Spaces:
Build error
Build error
Initial dashboard deployment
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -35,5 +35,5 @@ RUN python data_pipeline.py
|
|
| 35 |
# Expose the port HF Spaces expects
|
| 36 |
EXPOSE 7860
|
| 37 |
|
| 38 |
-
# Launch
|
| 39 |
-
CMD ["
|
|
|
|
| 35 |
# Expose the port HF Spaces expects
|
| 36 |
EXPOSE 7860
|
| 37 |
|
| 38 |
+
# Launch voila
|
| 39 |
+
CMD ["voila", "app.py", "--port=7860", "--no-browser", "--Voila.ip=0.0.0.0"]
|