Fix installation with poetry
This commit is contained in:
+1
-2
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user