Skip to content

Commit

Permalink
update desc for ubunu1804
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostplant committed Sep 27, 2018
1 parent c1fb647 commit a7cc9f9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
### Tensorflow-GPU prebuild binaries with Dockerfile for Linux + CUDA 8.0/9.0/9.2 which is not provided by official Tensorflow pip repository.
### Tensorflow-GPU prebuild binaries with Dockerfile for Linux + CUDA 8.0/9.0/9.2/10.0 which is not provided by official Tensorflow pip repository.

The list of all wheel-format downloads can be found in the [download page](https://github.com/ghostplant/tensorflow-cuda-optimized/releases).

### Examples of Installation from online prebuilt binary:

```sh
# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04` with CUDA 10.0:
# Install Tensorflow-GPU 1.10 on `Ubuntu 18.04 (Python 3.6)` with CUDA 10.0:
pip3 install https://github.com/ghostplant/tensorflow-cuda-optimized/releases/download/tf-1.10-ubuntu/tensorflow-1.10_cuda10.0_ubu1804-cp36-cp36m-linux_x86_64.whl

# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04 (Python 3.5)` with CUDA 10.0:
pip3 install https://github.com/ghostplant/tensorflow-cuda-optimized/releases/download/tf-1.10-ubuntu/tensorflow-1.10_cuda10.0_ubu1604-cp35-cp35m-linux_x86_64.whl

# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04` with CUDA 9.2:
# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04 (Python 3.5)` with CUDA 9.2:
pip3 install https://github.com/ghostplant/tensorflow-cuda-optimized/releases/download/tf-1.10-ubuntu/tensorflow-1.10_cuda9.2_ubu1604-cp35-cp35m-linux_x86_64.whl

# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04` with CUDA 9.0:
# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04 (Python 3.5)` with CUDA 9.0:
pip3 install https://github.com/ghostplant/tensorflow-cuda-optimized/releases/download/tf-1.10-ubuntu/tensorflow-1.10_cuda9.0_ubu1604-cp35-cp35m-linux_x86_64.whl

# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04` with CUDA 8.0:
# Install Tensorflow-GPU 1.10 on `Ubuntu 16.04 (Python 3.5)` with CUDA 8.0:
pip3 install https://github.com/ghostplant/tensorflow-cuda-optimized/releases/download/tf-1.10-ubuntu/tensorflow-1.10_cuda8.0_ubu1604-cp35-cp35m-linux_x86_64.whl
```

Expand All @@ -26,10 +29,10 @@ git clone https://github.com/ghostplant/tensorflow-cuda-optimized
cd tensorflow-cuda-optimized

# For example:
CUDA_VERSION=10.0 ./make-tensorflow1.10-ubu1604.sh
CUDA_VERSION=10.0 ./make-tensorflow1.10-ubu1804.sh

# or:
CUDA_VERSION=10.0 ./make-tensorflow1.10-ubu1804.sh
CUDA_VERSION=10.0 ./make-tensorflow1.10-ubu1604.sh

# or:
CUDA_VERSION=9.2 ./make-tensorflow1.10-ubu1604.sh
Expand Down

0 comments on commit a7cc9f9

Please sign in to comment.