Fix for whatever happened on the last commit....

This commit is contained in:
ebolam
2022-11-29 18:22:05 -05:00
parent 17a88febee
commit 2941860f47

View File

@@ -5,11 +5,7 @@ COPY ./install_requirements.sh /opt/koboldai
USER root USER root
RUN apt update && apt install wget aria2 git bzip2 python3 python3-venv -y RUN apt update && apt install wget aria2 git bzip2 python3 python3-venv -y
RUN ./install_requirements.sh cuda;rm -rf ~/.cache/pip RUN ./install_requirements.sh cuda;rm -rf ~/.cache/pip
<<<<<<< HEAD
RUN git clone https://github.com/db0/KoboldAI-Horde-Bridge /opt/koboldai/KoboldAI-Horde RUN git clone https://github.com/db0/KoboldAI-Horde-Bridge /opt/koboldai/KoboldAI-Horde
=======
copy ./KoboldAI-Horde /opt/koboldai/
>>>>>>> be5d7254ae57a12b754ff3b0458246a5c406a03e
RUN python3 -m venv /opt/koboldai/KoboldAI-Horde/venv RUN python3 -m venv /opt/koboldai/KoboldAI-Horde/venv
RUN /opt/koboldai/KoboldAI-Horde/venv/bin/pip install -r /opt/koboldai/KoboldAI-Horde/requirements.txt RUN /opt/koboldai/KoboldAI-Horde/venv/bin/pip install -r /opt/koboldai/KoboldAI-Horde/requirements.txt
ENV PATH=/opt/conda/bin/:$PATH ENV PATH=/opt/conda/bin/:$PATH