Deep learning docker files and docker images for geospatial anaysis. It contains the most popular deep learning frameworks(PyTorch and Tensorflow) with CPU and GPU support (CUDA and cuDNN included). And some other commonly used packages in machine learning and geospatial anaysis.
Docker Hub: deepgeo
docker build -t REPOSITORY:TAG -f Dockerfile .
docker pull sshuair/deepgeo:[TAG]docker pull sshuair/deepgao:[TAG]docker run -it --name [CONTAINER-NAME] -p 8888:8888 -p 6006:6006 -v /sharedfolder:/workdir sshuair/deepgeo:[TAG] bashnvidia-docker run -it --name [CONTAINER-NAME] -p 8888:8888 -p 6006:6006 -v /sharedfolder:/workdir sshuair/deepgeo:[TAG] bashIf you want run jupyter notebook in a docker container you should use the follow command in a running docker container:
jupyter notebook --allow-root
Content type
Image
Digest
Size
3.1 GB
Last updated
over 7 years ago
docker pull sshuair/deepgeo:all-cuda10-cudnn7-devel-torch1.0.1-tf1.12.0