Try to fix call of clearing poetry cache

This commit is contained in:
Andrey Danilov
2024-06-05 20:12:08 +03:00
parent 4007a8f32d
commit cef60b31cf

View File

@@ -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