sagarpatelcompstak's picture
Update Dockerfile
503557c verified
raw
history blame
298 Bytes
FROM huggingface/autotrain-advanced:latest
CMD /bin/bash -c "pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced && pip install nltk && python -c 'import nltk; nltk.download(\"punkt\", download_dir=\"/app/nltk_data\")' && autotrain app --host 0.0.0.0 --port 7860 --workers 1"