We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3aebb commit 6af0e84Copy full SHA for 6af0e84
docker-standalone/Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian
2
RUN apt update && apt install wget aria2 git bzip2 -y
3
-RUN git clone https://github.com/henk717/koboldai /opt/koboldai
+RUN git clone https://github.com/koboldai/koboldai-client /opt/koboldai
4
WORKDIR /opt/koboldai
5
RUN ./install_requirements.sh cuda
6
COPY docker-helper.sh /opt/koboldai/docker-helper.sh
0 commit comments