Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -3,7 +3,8 @@ FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1fd981aa0bcefd8da87ce55a9ae9078
|
|
3 |
ENV GRADIO_SERVER_PORT=7860 \
|
4 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
5 |
FASTEMBED_CACHE_PATH=/home/nonroot/fastembed \
|
6 |
-
UV_PYTHON_INSTALL_DIR=/home/nonroot/python
|
|
|
7 |
|
8 |
# skipcq: DOK-DL3018
|
9 |
RUN apk add --no-cache curl libstdc++ uv
|
|
|
3 |
ENV GRADIO_SERVER_PORT=7860 \
|
4 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
5 |
FASTEMBED_CACHE_PATH=/home/nonroot/fastembed \
|
6 |
+
UV_PYTHON_INSTALL_DIR=/home/nonroot/python \
|
7 |
+
UV_TOOL_DIR=/home/nonroot/tool
|
8 |
|
9 |
# skipcq: DOK-DL3018
|
10 |
RUN apk add --no-cache curl libstdc++ uv
|