diff --git a/Dockerfile b/Dockerfile index 21d7e4b..9fad3d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,8 @@ RUN pip install "poetry==1.7.1" && \ poetry install \ --no-interaction \ --no-root && \ - poetry cache purge --all + poetry cache purge --all && \ + rm -rf /root/.cache/pip COPY ./rvc ./rvc COPY ./.env-docker ./.env