YussefGAFeer commited on
Commit
d2bc90e
·
verified ·
1 Parent(s): af4cedc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
22
 
23
  # Clone and build Ollama
24
  RUN git clone https://github.com/ollama/ollama.git . && \
 
25
  make && \
26
  make install
27
 
 
22
 
23
  # Clone and build Ollama
24
  RUN git clone https://github.com/ollama/ollama.git . && \
25
+ cd ollama && \
26
  make && \
27
  make install
28