Yhhxhfh commited on
Commit
c1ee213
1 Parent(s): 4e0ca01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -1,4 +1,2 @@
1
- FROM huggingface/autotrain-advanced
2
-
3
- # Comando para iniciar la aplicación
4
- CMD ["autotrain", "app", "--host", "0.0.0.0", "--port", "7860"]
 
1
+ FROM huggingface/autotrain-advanced:7f5ff64
2
+ CMD autotrain app --host 0.0.0.0 --port 7860