From 8a9f8dfc471de444d286b2bd00dc633b5f36d76f Mon Sep 17 00:00:00 2001 From: YUzushio Date: Mon, 22 Oct 2018 00:15:09 +0900 Subject: [PATCH] Update README for Docker Hub --- README.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9e0a4c0..5120c5e 100644 --- a/README.md +++ b/README.md @@ -7,28 +7,29 @@ - Warning: This Dockerfile use auto installation - This distoribution made at 2018.10.21 - If you build from Dockerfile, the versions will be change. - + ## Installed distribution, tool & package versions -- OS Ubuntu 16.04.5 LTS (Xenial Xerus) -- CUDA 9.0.176 -- cudnn 7.3.1 -- Python 3.5.1 -- pip 18.1 -- tensorflow-gpu 1.11.0 -- cupy-cuda90 4.5.0 -- chaienr 4.5.0 +- OS: Ubuntu 16.04.5 LTS (Xenial Xerus) +- CUDA: 9.0.176 +- cudnn: 7.3.1 +- Python: 3.5.1 +- pip: 18.1 +- tensorflow-gpu: 1.11.0 +- cupy-cuda90(cupy alternative): 4.5.0 +- chaienr: 4.5.0 ## Development host Envirinmenet (For info, it's not prerequrests) -- OS Ubuntu 18.04.1 LTS (Bionic Beaver) -- NVIDIA Driver 410.48 -- CUDA 9.0.176 -- Docker 18.06.1 -- NVIDIA-Docker 2.0.3 +- OS: Ubuntu 18.04.1 LTS (Bionic Beaver) +- NVIDIA Driver: 410.48 +- CUDA: 9.0.176 +- Docker: 18.06.1 +- NVIDIA-Docker: 2.0.3 ## How to use (with Makefile) - + If you see this README from outside GitHub, see here https://github.com/YUzushio/chainer-gpu-cupy-cuda90-mnist.git + #### Clone source `git clone https://github.com/YUzushio/chainer-gpu-cupy-cuda90-mnist.git`