Files
ezrknn-llm/docker/entrypoint.sh
2024-11-02 12:15:55 +01:00

11 lines
131 B
Bash
Executable File

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