Spaces:
Runtime error
Runtime error
changing path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN sh /uv-installer.sh && rm /uv-installer.sh
|
|
14 |
|
15 |
# Set the home directory and path, need access to uv
|
16 |
ENV HOME=/home/user \
|
17 |
-
PATH="/home/user/.local/bin:/root/.local/bin/:$PATH"
|
18 |
|
19 |
# # NEEDED FOR CHAINLIT IN HUGGING FACE SPACES
|
20 |
ENV UVICORN_WS_PROTOCOL=websockets
|
|
|
14 |
|
15 |
# Set the home directory and path, need access to uv
|
16 |
ENV HOME=/home/user \
|
17 |
+
PATH="/home/user/.local/bin:/root/.local/bin/:/home/user/:$PATH"
|
18 |
|
19 |
# # NEEDED FOR CHAINLIT IN HUGGING FACE SPACES
|
20 |
ENV UVICORN_WS_PROTOCOL=websockets
|