MH0386 commited on
Commit
d277b9f
·
verified ·
1 Parent(s): 14171b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,7 +2,8 @@ FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1fd981aa0bcefd8da87ce55a9ae9078
2
 
3
  ENV GRADIO_SERVER_PORT=7860 \
4
  GRADIO_SERVER_NAME=0.0.0.0 \
5
- FASTEMBED_CACHE_PATH=/home/nonroot/fastembed
 
6
 
7
  # skipcq: DOK-DL3018
8
  RUN apk add --no-cache curl libstdc++ uv
 
2
 
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