From cef60b31cf555b40072264bbd7ced5d8699aa5bf Mon Sep 17 00:00:00 2001 From: Andrey Danilov Date: Wed, 5 Jun 2024 20:12:08 +0300 Subject: [PATCH] Try to fix call of clearing `poetry` cache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fad3d0..91e4606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN pip install "poetry==1.7.1" && \ poetry install \ --no-interaction \ --no-root && \ - poetry cache purge --all && \ + poetry cache clear --all . && \ rm -rf /root/.cache/pip COPY ./rvc ./rvc