The all in docker development environment.
docker
nvidia-docker
(For Nvidia gpu use in docker)
This what you will get when you create a container from this images.
- Ubuntu16.04
- CUDA 9.0
- CUDNN v7
- Tensorflow-1.6.0
- CMake-3.10
- caffe-379a3ba2d5
You can use this Dockerfile via docker hub. The repo is here.
And you can use docker pull
command to get the images.
docker pull kejiewang/develop-environment:${VERSION}
This images developed with the dotfiles. And you can also use you own dotfile configuration. This step may be optional.
./dotfiles/install.sh
-
Add dev-docker into your path.
export PATH=${PROJ}/docker/bin:$PATH
-
Start a docker.
dev-start
And
docker ps
will find the started container which is named${USER}_in_dev_docker
-
Inot the docker
dev-into
And now you are in docker and do your development.
This project is maintained by Kejie Wang and feel free to send me an email if you have any questions.