Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Make a pyvips / python3 stack

python3 is a Debian stretch image with py3 preinstalled.

Rebuild the image

docker pull python:3
docker build -t pyvips-python3 .

Run the stack

docker run --rm -it -v $PWD:/data pyvips-python3