Spaces:
Paused
Paused
File size: 177 Bytes
60998d2 |
1 2 3 |
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
|