Start building a container
This commit is contained in:
commit
faa14e2778
3 changed files with 9 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "unsloth"]
|
||||||
|
path = unsloth
|
||||||
|
url = https://github.com/unslothai/unsloth
|
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
ARG BUILD_TAG=latest
|
||||||
|
ARG BUILD_BASE_TAG=latest
|
||||||
|
FROM gitea.simcop2387.info/simcop2387/text-gen-os-base:$BUILD_BASE_TAG
|
||||||
|
|
||||||
|
|
1
unsloth
Submodule
1
unsloth
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 92dce38e8b3c1db209cef860d90b60188e95f0f9
|
Loading…
Add table
Reference in a new issue