redfernstech commited on
Commit
1ac2fa1
·
verified ·
1 Parent(s): 91650d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y curl && apt install -y procps && rm -rf
7
 
8
  # Install Ollama
9
  RUN curl -fsSL https://ollama.com/install.sh | bash
10
- ENV PATH="/root/.ollama/bin:$PATH"
11
  RUN useradd -m -u 1000 user
12
  USER user
13
  ENV HOME=/home/user PATH="/home/user/.local/bin:$PATH"
 
7
 
8
  # Install Ollama
9
  RUN curl -fsSL https://ollama.com/install.sh | bash
10
+
11
  RUN useradd -m -u 1000 user
12
  USER user
13
  ENV HOME=/home/user PATH="/home/user/.local/bin:$PATH"