MH0386 commited on
Commit
bad78dd
·
verified ·
1 Parent(s): 910ebad

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest@sha256:3a4709d9dfc2cf8f1d78ee8788d7b9a
15
 
16
  ENV GRADIO_SERVER_PORT=7860 \
17
  GRADIO_SERVER_NAME=0.0.0.0 \
 
18
  PATH=/home/nonroot/.local/bin:$PATH
19
 
20
  # skipcq: DOK-DL3018
 
15
 
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