alibidaran commited on
Commit
9baedd4
·
verified ·
1 Parent(s): 113b221

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -24,9 +24,7 @@ COPY start_services.sh /app/start_services.sh
24
  RUN chmod +x /app/start_services.sh
25
 
26
  # Download the Ollama service
27
- RUN curl -L https://ollama.com/download/linux-x64 -o ollama.zip \
28
- && unzip ollama.zip -d /usr/local/bin \
29
- && rm ollama.zip
30
 
31
  # Run the start_services.sh script
32
  CMD ["/app/start_services.sh"]
 
24
  RUN chmod +x /app/start_services.sh
25
 
26
  # Download the Ollama service
27
+
 
 
28
 
29
  # Run the start_services.sh script
30
  CMD ["/app/start_services.sh"]