ruslanmv commited on
Commit
b1861cd
·
1 Parent(s): dc444bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # Copy the entrypoint script
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"]