cenrak commited on
Commit
97ee399
1 Parent(s): c2ff9f3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ USER user
7
 
8
  # Set home to the user's home directory
9
  ENV HOME=/home/user \
10
- PATH=/home/user/.local/bin:$PATH
11
  OLLAMA_HOST=0.0.0.0:7860
12
 
13
  # Set the working directory to the user's home directory
 
7
 
8
  # Set home to the user's home directory
9
  ENV HOME=/home/user \
10
+ PATH=/home/user/.local/bin:$PATH \
11
  OLLAMA_HOST=0.0.0.0:7860
12
 
13
  # Set the working directory to the user's home directory