Created
February 11, 2018 21:21
-
-
Save b0noI/fbcec907673a7ef468e0a30a97da33e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ source activate tf_cu90 | |
(tf_cu90) $ pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.5.0-cp36-cp36m-linux_x86_64.whl | |
Collecting tensorflow-gpu==1.5.0 from https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.5.0-cp36-cp36m-linux_x86_64.whl | |
Downloading https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.5.0-cp36-cp36m-linux_x86_64.whl (222.5MB) | |
100% |████████████████████████████████| 222.5MB 6.1kB/s | |
Requirement already satisfied: protobuf>=3.4.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu==1.5.0) | |
Requirement already satisfied: wheel>=0.26 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu==1.5.0) | |
Requirement already satisfied: numpy>=1.12.1 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu==1.5.0) | |
Requirement already satisfied: six>=1.10.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu==1.5.0) | |
Collecting tensorflow-tensorboard<1.6.0,>=1.5.0 (from tensorflow-gpu==1.5.0) | |
Downloading tensorflow_tensorboard-1.5.1-py3-none-any.whl (3.0MB) | |
100% |████████████████████████████████| 3.0MB 476kB/s | |
Collecting absl-py>=0.1.6 (from tensorflow-gpu==1.5.0) | |
Downloading absl-py-0.1.10.tar.gz (79kB) | |
100% |████████████████████████████████| 81kB 11.9MB/s | |
Requirement already satisfied: setuptools in ./anaconda3/lib/python3.6/site-packages (from protobuf>=3.4.0->tensorflow-gpu==1.5.0) | |
Collecting html5lib==0.9999999 (from tensorflow-tensorboard<1.6.0,>=1.5.0->tensorflow-gpu==1.5.0) | |
Downloading html5lib-0.9999999.tar.gz (889kB) | |
100% |████████████████████████████████| 890kB 1.6MB/s | |
Requirement already satisfied: werkzeug>=0.11.10 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-tensorboard<1.6.0,>=1.5.0->tensorflow-gpu==1.5.0) | |
Collecting bleach==1.5.0 (from tensorflow-tensorboard<1.6.0,>=1.5.0->tensorflow-gpu==1.5.0) | |
Downloading bleach-1.5.0-py2.py3-none-any.whl | |
Collecting markdown>=2.6.8 (from tensorflow-tensorboard<1.6.0,>=1.5.0->tensorflow-gpu==1.5.0) | |
Downloading Markdown-2.6.11-py2.py3-none-any.whl (78kB) | |
100% |████████████████████████████████| 81kB 12.1MB/s | |
Building wheels for collected packages: absl-py, html5lib | |
Running setup.py bdist_wheel for absl-py ... done | |
Stored in directory: /home/ubuntu/.cache/pip/wheels/45/07/0e/6880381ca521796cf6cc18ba4ab502c2232e5777099b4df4ae | |
Running setup.py bdist_wheel for html5lib ... done | |
Stored in directory: /home/ubuntu/.cache/pip/wheels/6f/85/6c/56b8e1292c6214c4eb73b9dda50f53e8e977bf65989373c962 | |
Successfully built absl-py html5lib | |
Installing collected packages: html5lib, bleach, markdown, tensorflow-tensorboard, absl-py, tensorflow-gpu | |
Found existing installation: html5lib 1.0.1 | |
Uninstalling html5lib-1.0.1: | |
Successfully uninstalled html5lib-1.0.1 | |
Found existing installation: bleach 2.1.2 | |
Uninstalling bleach-2.1.2: | |
Successfully uninstalled bleach-2.1.2 | |
Successfully installed absl-py-0.1.10 bleach-1.5.0 html5lib-0.9999999 markdown-2.6.11 tensorflow-gpu-1.5.0 tensorflow-tensorboard-1.5.1 | |
(tf_cu90) $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment