Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,8 @@ ENV GRADIO_SERVER_PORT=7860 \
|
|
| 17 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
| 18 |
FASTEMBED_CACHE_PATH=/home/nonroot/fastembed \
|
| 19 |
PATH=/home/nonroot/.local/bin:$PATH \
|
| 20 |
-
PYTHONHOME=/home/nonroot/.local/share/uv/python/cpython-3.13.6-linux-x86_64-gnu
|
|
|
|
| 21 |
|
| 22 |
# skipcq: DOK-DL3018
|
| 23 |
RUN apk add --no-cache curl libstdc++
|
|
|
|
| 17 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
| 18 |
FASTEMBED_CACHE_PATH=/home/nonroot/fastembed \
|
| 19 |
PATH=/home/nonroot/.local/bin:$PATH \
|
| 20 |
+
PYTHONHOME=/home/nonroot/.local/share/uv/python/cpython-3.13.6-linux-x86_64-gnu \
|
| 21 |
+
PYTHON_VERSION=3.13.6
|
| 22 |
|
| 23 |
# skipcq: DOK-DL3018
|
| 24 |
RUN apk add --no-cache curl libstdc++
|