Sign inSign up

u1and0/python-conda

By u1and0

Updated almost 3 years ago

Python dev docker image managed by miniconda3

Image
0

3.2K

u1and0/python-conda repository overview

Welcome to Python dev docker image

Usage

In host machine's shell

$ docker pull u1and0/python-conda
$ docker run -it --rm -v `pwd`:/work -w /work u1and0/python-conda

Using other command with activating conda

$ docker run -it --rm -v `pwd`:/work -w /work\
     u1and0/python-conda bash -c ". .bashrc && python"
$ docker run -it --rm -v `pwd`:/work -w /work\
     u1and0/python-conda bash -c ". .bashrc && ipython"
$ docker run -it --rm -v `pwd`:/work -w /work\
     u1and0/python-conda bash -c ". .bashrc && nvim"
$ docker run -P -it --rm -v `pwd`:/work -w /work\
     u1and0/python-conda bash -c ". .bashrc && jupyter notebook"

In contaner

Just type

$ ipython
   or
$ jupyter notebook
   or
$ nvim

Tag summary

Content type

Image

Digest

sha256:c207995ab

Size

2.2 GB

Last updated

almost 3 years ago

docker pull u1and0/python-conda