test / Dockerfile
wtycc's picture
Duplicate from autotrain-projects/autotrain-advanced
0302f8a verified
raw
history blame contribute delete
121 Bytes
FROM huggingface/autotrain-advanced:latest
CMD uvicorn autotrain.app:app --host 0.0.0.0 --port 7860 --reload --workers 4