Fix installation with poetry

This commit is contained in:
Andrey Danilov
2024-05-21 08:38:51 +03:00
parent d47dd0cfa1
commit 6a6651601a
+1 -2
View File
@@ -26,11 +26,10 @@ RUN pip install "poetry==1.7.1"
COPY ./pyproject.toml .
COPY ./README.md .
COPY ./rvc ./rvc
RUN poetry install
COPY ./rvc ./rvc
COPY ./.env-docker ./.env
CMD [ "poetry", "run", "poe", "rvc-api" ]