Create entrypoint.sh

This commit is contained in:
Angel-HF
2024-04-06 13:21:02 +02:00
committed by GitHub
parent fb18098a5f
commit dbf0ac6905

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