Spaces:
Runtime error
Runtime error
Deploy Streamlit frontend with model and CSV
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,4 @@ COPY . .
|
|
| 7 |
|
| 8 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 9 |
|
| 10 |
-
CMD ["streamlit", "run", "app.py", "--server.port=
|
|
|
|
| 7 |
|
| 8 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 9 |
|
| 10 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|