Mdean77 commited on
Commit
0658193
·
1 Parent(s): 0097a57

changing path

Browse files
Files changed (1) hide show
  1. 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