Try to fix call of clearing poetry cache
This commit is contained in:
@@ -32,7 +32,7 @@ RUN pip install "poetry==1.7.1" && \
|
|||||||
poetry install \
|
poetry install \
|
||||||
--no-interaction \
|
--no-interaction \
|
||||||
--no-root && \
|
--no-root && \
|
||||||
poetry cache purge --all && \
|
poetry cache clear --all . && \
|
||||||
rm -rf /root/.cache/pip
|
rm -rf /root/.cache/pip
|
||||||
|
|
||||||
COPY ./rvc ./rvc
|
COPY ./rvc ./rvc
|
||||||
|
|||||||
Reference in New Issue
Block a user