Having issues with following the process for building a project.
I have a similar layout to what you have outlined in your project, and after running poetry build-project I have a distribution wheel located inside ./dist directory for the project.
I use a pretty identical Dockerfile.
I then utilise the following command inside a docker-compose.yaml file:
Hello again.
Having issues with following the process for building a project.
I have a similar layout to what you have outlined in your project, and after running
poetry build-project
I have a distribution wheel located inside./dist
directory for the project.I use a pretty identical Dockerfile.
I then utilise the following command inside a docker-compose.yaml file:
I have ensured that I have added package dependencies in the
pyproject.toml
for the project ... as:Yet I see the following error:
I've obviously missed something out here, but I can't for the life of me reference what that could be ...