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