diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh new file mode 100644 index 0000000..4cf442d --- /dev/null +++ b/docker/entrypoint.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# Always useful +apt update && apt full-upgrade -y + +# Update repo without updating image +cd /ezrknn-llm +git pull