On Windows 10, Docker desktop, I received the following error when building an image. The build will take more than 30 minutes when reaches the following command.
RUN poetry config virtualenvs.create false && poetry update && poetry install --no-interaction --no-ansi
and throw the following error.
failed to receive status: rpc error: code = Unavailable desc = error reading from server: EOF
I had to increase the allocated resources to the docker desktop to resolve the issue.
No comments:
Post a Comment