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

9 lines
125 B
Bash

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