Skip to content

Commit

Permalink
Switch to official
Browse files Browse the repository at this point in the history
Switch to the official branch on KoboldAI now that it is compatible
  • Loading branch information
henk717 authored Oct 4, 2022
1 parent cf3aebb commit 6af0e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6af0e84

Please sign in to comment.