automated build. python-tools is based on same repository.
1.3K
python develop in docker. ready to use popular packages based on awesome-python's list. https://github.com/vinta/awesome-python
dockerhub: https://hub.docker.com/r/ynishi/python-tools/
make build
# with options
make build RESISTORY=myreg IMAGE=myimage
make prepush
make push
docker-compose up
docker-compose exec jupyterlab python
or
docker run --rm -v $(pwd):/code ynishi/python-tools python
docker-compose up
docker-compose exec jupyterlab python sample/${SRC}
docker-compose up -d
docker-compose logs | grep token
# replace domain to localhost or accessible hostname to container and browse
docker-compose exec jupyterlab python ${SCRIPT}
docker run --rm -v $(pwd):/code ynishi/python-tools python ${SCRIPT}
docker run --rm -it -v $(pwd):/code ynishi/python-tools [bash|ptipyton...]
docker run --rm -it -v $(pwd):/code ynishi/python-tools autopep8 --in-place --aggressive --aggressive ${SRC}
docker-compose exec jupyterlab python create_requirements.txt
# merge current requirements.txt and requirements.txt.auto
# make build to install into image
Content type
Image
Digest
Size
2.3 GB
Last updated
about 8 years ago
docker pull ynishi/python-docker