Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ COPY app.py naxi_lowlight.keras /app/
|
|
| 23 |
|
| 24 |
# Start Streamlit app
|
| 25 |
# --server.address=0.0.0.0 is needed to make the app accessible from outside the container.
|
| 26 |
-
CMD ["streamlit", "run", "app.py"
|
|
|
|
| 23 |
|
| 24 |
# Start Streamlit app
|
| 25 |
# --server.address=0.0.0.0 is needed to make the app accessible from outside the container.
|
| 26 |
+
CMD ["streamlit", "run", "app.py"]
|