File size: 250 Bytes
5b56cb1
21de7de
 
7786dff
1
2
3
4
5
FROM huggingface/autotrain-advanced:7f5ff64
RUN pip install nltk
RUN python -c "import nltk; nltk.download('punkt')"
CMD pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced && autotrain app --host 0.0.0.0 --port 7860 --workers 1