Sign inSign up

daverick/python3

By daverick

Updated almost 8 years ago

a python3 docker image with some requirements.txt

Image
0

93

daverick/python3 repository overview

python3 docker image with requirements.txt module

to use iteractively:

docker run -it --rm   -v "`pwd`":/usr/app -w /usr/app  daverick/python3

to execute a script

docker run -it --rm   -v "`pwd`":/usr/app -w /usr/app  daverick/python3 python your-script.py ```

if you want to use an alias:

alias python3='docker run -it --rm -v "pwd":/usr/app -w /usr/app daverick/python3 python'

Tag summary

Content type

Image

Digest

Size

355.3 MB

Last updated

almost 8 years ago

docker pull daverick/python3