diff --git a/Dockerfile b/Dockerfile index 06fe07d..ed6ddf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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