Spaces:
Runtime error
Runtime error
Commit
·
abc305b
1
Parent(s):
41a849e
use Dockers
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ ENV CHROMEDRIVER_BIN=/usr/bin/chromedriver
|
|
31 |
EXPOSE 7860
|
32 |
|
33 |
# Command to run the Gradio app
|
34 |
-
CMD ["python", "app.py"]
|
|
|
31 |
EXPOSE 7860
|
32 |
|
33 |
# Command to run the Gradio app
|
34 |
+
CMD ["python", "app.py"]
|