PyxiLabs commited on
Commit
f760f3a
·
verified ·
1 Parent(s): 566bacc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY ollama.sh /app
7
  RUN python -m venv venv && \
8
  . /app/venv/bin/activate
9
 
10
- RUN chmod +x /ollama.sh
11
 
12
  # Install Ollama
13
  RUN curl https://ollama.ai/install.sh | sh
 
7
  RUN python -m venv venv && \
8
  . /app/venv/bin/activate
9
 
10
+ RUN chmod +x ollama.sh
11
 
12
  # Install Ollama
13
  RUN curl https://ollama.ai/install.sh | sh