Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -57,9 +57,7 @@ WantedBy=default.target" > /etc/systemd/system/ollama.service
|
|
57 |
# Enable the service
|
58 |
RUN systemctl enable ollama
|
59 |
|
60 |
-
|
61 |
-
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
62 |
-
RUN chmod +x /usr/local/bin/entrypoint.sh
|
63 |
|
64 |
# Define the entrypoint to use tini and the custom script
|
65 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
|
|
57 |
# Enable the service
|
58 |
RUN systemctl enable ollama
|
59 |
|
60 |
+
|
|
|
|
|
61 |
|
62 |
# Define the entrypoint to use tini and the custom script
|
63 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|