Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ COPY --from=builder --chown=nonroot:nonroot --chmod=555 /usr/bin/uv /usr/bin/uvx
|
|
29 |
|
30 |
EXPOSE ${GRADIO_SERVER_PORT}
|
31 |
|
32 |
-
CMD
|
|
|
29 |
|
30 |
EXPOSE ${GRADIO_SERVER_PORT}
|
31 |
|
32 |
+
CMD uvx --no-cache vocalizr
|