From faa14e2778f405b70b4db50e6c4aa7cac1447bb7 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Sat, 13 Jul 2024 11:15:21 -0400 Subject: [PATCH] Start building a container --- .gitmodules | 3 +++ Dockerfile | 5 +++++ unsloth | 1 + 3 files changed, 9 insertions(+) create mode 100644 .gitmodules create mode 100644 Dockerfile create mode 160000 unsloth diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c1dc6f9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "unsloth"] + path = unsloth + url = https://github.com/unslothai/unsloth diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f2f709b --- /dev/null +++ b/Dockerfile @@ -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 + + diff --git a/unsloth b/unsloth new file mode 160000 index 0000000..92dce38 --- /dev/null +++ b/unsloth @@ -0,0 +1 @@ +Subproject commit 92dce38e8b3c1db209cef860d90b60188e95f0f9