Skip to content

Commit

Permalink
Still required
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Mar 9, 2024
1 parent 065ab20 commit daf9453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ RUN source /venv/bin/activate && \
deactivate

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

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

0 comments on commit daf9453

Please sign in to comment.