├── Dockerfile.cpu ├── Dockerfile.gpu ├── InstallDocker ├── docker_install1404.sh └── docker_install1604.sh ├── README.md ├── bashrc.txt ├── jupyter_notebook_config.py ├── nvidia_docker.sh └── run_jupyter.sh /Dockerfile.cpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/Dockerfile.cpu -------------------------------------------------------------------------------- /Dockerfile.gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/Dockerfile.gpu -------------------------------------------------------------------------------- /InstallDocker/docker_install1404.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/InstallDocker/docker_install1404.sh -------------------------------------------------------------------------------- /InstallDocker/docker_install1604.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/InstallDocker/docker_install1604.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/README.md -------------------------------------------------------------------------------- /bashrc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/bashrc.txt -------------------------------------------------------------------------------- /jupyter_notebook_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/jupyter_notebook_config.py -------------------------------------------------------------------------------- /nvidia_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/nvidia_docker.sh -------------------------------------------------------------------------------- /run_jupyter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/DeepLearningDocker/HEAD/run_jupyter.sh --------------------------------------------------------------------------------