MH0386 commited on
Commit
523a22d
·
verified ·
1 Parent(s): ebfa33f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -16,7 +16,8 @@ FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1fd981aa0bcefd8da87ce55a9ae9078
16
  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
 
21
  # skipcq: DOK-DL3018
22
  RUN apk add --no-cache curl libstdc++
 
16
  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++