sagarpatelcompstak's picture
Update Dockerfile
e0eaa94 verified
raw
history blame
267 Bytes
FROM huggingface/autotrain-advanced:latest
RUN pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced \
&& pip install nltk \
&& python -m nltk.downloader -d /app/nltk_data punkt \
CMD autotrain app --host 0.0.0.0 --port 7860 --workers 1