Create entrypoint.sh

This commit is contained in:
Angel-HF
2024-04-06 13:21:02 +02:00
committed by Pelochus
parent 2045af58c8
commit f6173f3241

8
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Always useful
apt update && apt full-upgrade -y
# Update repo without updating image
cd /ezrknn-llm
git pull