Switch to official
Switch to the official branch on KoboldAI now that it is compatible
This commit is contained in:
parent
cf3aebbd8f
commit
6af0e842f2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue