This commit is contained in:
YaoFANGUK
2023-10-25 16:38:16 +08:00
commit 2b9360c299
602 changed files with 152490 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
BASEDIR="$(dirname $0)"
docker build -t windj007/lama -f "$BASEDIR/Dockerfile" "$BASEDIR"