A Python image that includes pip-tools.
1.3K
A Python image that includes pip-tools.
$ ls
source.in
$ docker run --rm -it -v $(pwd):/app emyller/pip-tools pip-compile --output-file requirements.txt source.in
(...)
$ ls
requirements.txt source.in
Above, /app is the directory in the container where pip-tools will run by
default. A file requirements.txt will be created or updated in your current
directory, since pwd was bind-mounted.
Content type
Image
Digest
Size
339.7 MB
Last updated
about 8 years ago
docker pull emyller/pip-tools