tmm1 commited on
Commit
e356b29
·
unverified ·
1 Parent(s): 48c5647

remove --force-reinstall from Dockerfile to ensure correct pytorch version (#492)

Browse files
Files changed (1) hide show
  1. docker/Dockerfile +1 -1
docker/Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
 
12
  WORKDIR /workspace
13
 
14
- RUN pip3 install --force-reinstall "peft @ git+https://github.com/huggingface/peft.git@main"
15
  RUN git clone --depth=1 https://github.com/OpenAccess-AI-Collective/axolotl.git
16
  # If AXOLOTL_EXTRAS is set, append it in brackets
17
  RUN cd axolotl && \
 
11
 
12
  WORKDIR /workspace
13
 
14
+ RUN pip3 install "peft @ git+https://github.com/huggingface/peft.git@main"
15
  RUN git clone --depth=1 https://github.com/OpenAccess-AI-Collective/axolotl.git
16
  # If AXOLOTL_EXTRAS is set, append it in brackets
17
  RUN cd axolotl && \