omdena_hr_bot_space / Dockerfile
abhishekdutta's picture
Duplicate from autotrain-projects/autotrain-advanced
8dd1e0f
raw
history blame contribute delete
No virus
121 Bytes
FROM huggingface/autotrain-advanced:latest
CMD uvicorn autotrain.app:app --host 0.0.0.0 --port 7860 --reload --workers 4