Switch to official

Switch to the official branch on KoboldAI now that it is compatible
This commit is contained in:
henk717 2022-10-04 17:42:18 +02:00 committed by GitHub
parent cf3aebbd8f
commit 6af0e842f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian FROM debian
RUN apt update && apt install wget aria2 git bzip2 -y 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 WORKDIR /opt/koboldai
RUN ./install_requirements.sh cuda RUN ./install_requirements.sh cuda
COPY docker-helper.sh /opt/koboldai/docker-helper.sh COPY docker-helper.sh /opt/koboldai/docker-helper.sh