mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Docker file fix
This commit is contained in:
@ -3,6 +3,4 @@
|
|||||||
|
|
||||||
FROM ebolam/koboldai_base
|
FROM ebolam/koboldai_base
|
||||||
WORKDIR /content/
|
WORKDIR /content/
|
||||||
RUN apt-get update
|
RUN micromamba update -y -n base -f /content/environments/finetuneanon.yml
|
||||||
RUN apt-get install git -y
|
|
||||||
RUN /opt/conda/bin/pip install tensorflow-gpu git+https://github.com/finetuneanon/transformers.git
|
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
FROM ebolam/koboldai_base
|
FROM ebolam/koboldai_base
|
||||||
WORKDIR /content/
|
WORKDIR /content/
|
||||||
RUN /opt/conda/bin/pip install transformers
|
RUN micromamba update -y -n base -f /content/environments/huggingface.yml
|
||||||
|
Reference in New Issue
Block a user