Skip to content

owl-corp/python-poetry-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-poetry-base

A base Dockerfile with poetry pre-installed. Using this image as a base will allow you to forget about anything required to setup poetry within your Docker environment.

Simply COPY your pyproject & poetry lock file into your image, and poetry install.

virtual environments are created in /opt/poetry/home as to not conflict with in-project .venv folders that may be copied into the image if using a docker compose source code volume.

See the examples folder for example usage.

About

A base Dockerfile with poetry pre-installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages