Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|