Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ ENV GRADIO_SERVER_PORT=7860 \
|
|
7 |
UV_TOOL_DIR=/tool
|
8 |
|
9 |
# skipcq: DOK-DL3018
|
10 |
-
RUN apk add --no-cache curl libstdc++ uv
|
11 |
|
12 |
EXPOSE ${GRADIO_SERVER_PORT}
|
13 |
|
|
|
7 |
UV_TOOL_DIR=/tool
|
8 |
|
9 |
# skipcq: DOK-DL3018
|
10 |
+
RUN apk add --no-cache curl libstdc++ uv python3
|
11 |
|
12 |
EXPOSE ${GRADIO_SERVER_PORT}
|
13 |
|