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
|