Sign inSign up

emyller/pip-tools

By emyller

Updated about 8 years ago

A Python image that includes pip-tools.

Image
0

1.3K

emyller/pip-tools repository overview

python-nodejs

A Python image that includes pip-tools.

How to use

$ 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.

Tag summary

Content type

Image

Digest

Size

339.7 MB

Last updated

about 8 years ago

docker pull emyller/pip-tools