Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -29,6 +29,4 @@ RUN uv sync --frozen
|
|
| 29 |
|
| 30 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
| 31 |
|
| 32 |
-
RUN chmod 777 /app
|
| 33 |
-
|
| 34 |
CMD ["uv", "run", "python", "-m", "src.app"]
|
|
|
|
| 29 |
|
| 30 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
| 31 |
|
|
|
|
|
|
|
| 32 |
CMD ["uv", "run", "python", "-m", "src.app"]
|