Skip to content

Docker image for machine learning in Python3 using anaconda

License

Notifications You must be signed in to change notification settings

limitlessv/docker-anaconda3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-anaconda3

Docker image for machine learning in Python3 using anaconda

git config user.name limitlessv
git config user.email 13782917+limitlessv@users.noreply.github.com

$ docker images                     // To view install images
$ docker rmi <IMAGE_NAME>           // To remove an installed image
$ docker ps -a                      // To view all docker containers
$ docker stop <CONTAINER_NAME>      // To stop a docker container
$ docker rm <CONTAINER_NAME>        // To remove a docker container
$ docker exec -it <CONTAINER_NAME> bash    // Execute into container and run bash
* If you want to see the log output from a docker container, omit the -d from run.sh

About

Docker image for machine learning in Python3 using anaconda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published