Skip to content

anotherKyleFrom1994/pyenv-test-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyenv-test-container

A simple Dockerized Ubuntu developer environments with some basic tools installed that helps developers to create a portable debugging solution.

List of tools installed

How to use

Run the following commands to build the environment then start the container:

chmod +x setup.sh
./setup.sh

Then you can use the container by running the following command:

docker run -p 8888:8888 -v ${PWD}:/home/root/app --rm auto-setup-pyenv jupyter notebook --allow-root --ip=0.0.0.0 app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages