From ac13792058f889bd0e380bbc41f406af8fabe4ad Mon Sep 17 00:00:00 2001 From: Ashley Kleynhans Date: Mon, 5 Feb 2024 09:10:08 +0200 Subject: [PATCH] Fix broken safetensors --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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