Skip to content

Commit

Permalink
Fix broken safetensors
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Feb 5, 2024
1 parent 8734f1a commit ac13792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN source /venv/bin/activate && \

# Fix broken safetensors
RUN source /venv/bin/activate && \
pip3 install -r safetensors==0.4.1 -U
pip3 install safetensors==0.4.1 -U

# Install rclone
RUN curl https://rclone.org/install.sh | bash
Expand Down

0 comments on commit ac13792

Please sign in to comment.