shorecode's picture
Update Dockerfile
115e072 verified
raw
history blame
278 Bytes
FROM huggingface/autotrain-advanced:7f5ff64
RUN pip install nltk
RUN python -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab')"
CMD pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced && autotrain app --host 0.0.0.0 --port 7860 --workers 1