MH0386 commited on
Commit
27ef1a0
·
verified ·
1 Parent(s): 10984e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -2,9 +2,7 @@ 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=/fastembed \
6
- UV_PYTHON_INSTALL_DIR=/python \
7
- UV_TOOL_DIR=/tool
8
 
9
  # skipcq: DOK-DL3018
10
  RUN apk add --no-cache curl libstdc++ uv python3
 
2
 
3
  ENV GRADIO_SERVER_PORT=7860 \
4
  GRADIO_SERVER_NAME=0.0.0.0 \
5
+ FASTEMBED_CACHE_PATH=/fastembed
 
 
6
 
7
  # skipcq: DOK-DL3018
8
  RUN apk add --no-cache curl libstdc++ uv python3