twitter-mbti / Dockerfile
idobn's picture
Update Dockerfile
b22d4d6 verified
raw
history blame contribute delete
204 Bytes
FROM huggingface/autotrain-advanced:latest
RUN pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced
CMD export OMP_NUM_THREADS=1 && autotrain app --host 0.0.0.0 --port 7860 --workers 1