Hi,
I try to build the docker image using the command
docker build -t "rvc" .
The build fails and error message below:
ERROR: failed to solve: process "/bin/bash -c pip install --no-cache-dir "poetry==1.7.1" && poetry config virtualenvs.create false && poetry install --no-interaction --no-root && poetry cache clear --all ." did not complete successfully: exit code: 1
Any hints or update version for the docker file? Thank you very much.