Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
-
|
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"]
|