From 6af0e842f2d572ded7ea6cec3a87d1b09bb34faf Mon Sep 17 00:00:00 2001 From: henk717 Date: Tue, 4 Oct 2022 17:42:18 +0200 Subject: [PATCH] Switch to official Switch to the official branch on KoboldAI now that it is compatible --- docker-standalone/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-standalone/Dockerfile b/docker-standalone/Dockerfile index 6e13ce0e..df375a3e 100644 --- a/docker-standalone/Dockerfile +++ b/docker-standalone/Dockerfile @@ -1,6 +1,6 @@ FROM debian RUN apt update && apt install wget aria2 git bzip2 -y -RUN git clone https://github.com/henk717/koboldai /opt/koboldai +RUN git clone https://github.com/koboldai/koboldai-client /opt/koboldai WORKDIR /opt/koboldai RUN ./install_requirements.sh cuda COPY docker-helper.sh /opt/koboldai/docker-helper.sh