Skip to content

Commit 6af0e84

Browse files
authored
Switch to official
Switch to the official branch on KoboldAI now that it is compatible
1 parent cf3aebb commit 6af0e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-standalone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian
22
RUN apt update && apt install wget aria2 git bzip2 -y
3-
RUN git clone https://github.com/henk717/koboldai /opt/koboldai
3+
RUN git clone https://github.com/koboldai/koboldai-client /opt/koboldai
44
WORKDIR /opt/koboldai
55
RUN ./install_requirements.sh cuda
66
COPY docker-helper.sh /opt/koboldai/docker-helper.sh

0 commit comments

Comments
 (0)