Spaces:
Runtime error
Runtime error
bikashpatra
commited on
Commit
•
e56735e
1
Parent(s):
9b58a39
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -0
Dockerfile
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
FROM huggingface/autotrain-advanced:latest
|
2 |
+
CMD pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced && autotrain api --port 7860 --host 0.0.0.0
|