mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 09:06:47 +07:00
Create entrypoint.sh
This commit is contained in:
8
docker/entrypoint.sh
Normal file
8
docker/entrypoint.sh
Normal 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
|
||||
Reference in New Issue
Block a user