Files
ezrknn-llm/docker/entrypoint.sh
2024-05-09 16:38:20 +02: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