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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,7 +5,8 @@ ENV GRADIO_SERVER_PORT=7860 \
5
  FASTEMBED_CACHE_PATH=/fastembed
6
 
7
  # skipcq: DOK-DL3018
8
- RUN apk add --no-cache curl libstdc++ uv python3
 
9
 
10
  EXPOSE ${GRADIO_SERVER_PORT}
11
 
 
5
  FASTEMBED_CACHE_PATH=/fastembed
6
 
7
  # skipcq: DOK-DL3018
8
+ RUN apk add --no-cache curl libstdc++ uv python3 && \
9
+ uv tool install chattr
10
 
11
  EXPOSE ${GRADIO_SERVER_PORT}
12