Last active
July 23, 2016 11:12
-
-
Save tuan3w/dd3b656fbd0965793bdcfc3ab1ce3e29 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
name: tensorflow | |
dependencies: | |
- backports=1.0=py27_0 | |
- decorator=4.0.10=py27_0 | |
- get_terminal_size=1.0.0=py27_0 | |
- ipython=5.0.0=py27_0 | |
- ipython_genutils=0.1.0=py27_0 | |
- libgfortran=3.0.0=1 | |
- mkl=11.3.3=0 | |
- numpy=1.11.1=py27_0 | |
- openssl=1.0.2h=1 | |
- path.py=8.2.1=py27_0 | |
- pathlib2=2.1.0=py27_0 | |
- pexpect=4.0.1=py27_0 | |
- pickleshare=0.7.2=py27_0 | |
- pip=8.1.2=py27_0 | |
- prompt_toolkit=1.0.3=py27_0 | |
- ptyprocess=0.5.1=py27_0 | |
- pygments=2.1.3=py27_0 | |
- python=2.7.12=1 | |
- readline=6.2=2 | |
- scipy=0.17.1=np111py27_1 | |
- setuptools=23.0.0=py27_0 | |
- simplegeneric=0.8.1=py27_1 | |
- six=1.10.0=py27_0 | |
- sqlite=3.13.0=0 | |
- tk=8.5.18=0 | |
- traitlets=4.2.2=py27_0 | |
- wcwidth=0.1.7=py27_0 | |
- wheel=0.29.0=py27_0 | |
- zlib=1.2.8=3 | |
- pip: | |
- backports.shutil-get-terminal-size==1.0.0 | |
- boto==2.42.0 | |
- bz2file==0.98 | |
- gensim==0.13.1 | |
- ipython-genutils==0.1.0 | |
- pandas==0.18.1 | |
- prompt-toolkit==1.0.3 | |
- protobuf==3.0.0b2 | |
- python-dateutil==2.5.3 | |
- pytz==2016.6.1 | |
- requests==2.10.0 | |
- scikit-learn==0.17.1 | |
- sklearn==0.0 | |
- smart-open==1.3.3 | |
- tensorflow==0.9.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl https://bootstrap.pypa.io/ez_setup.py -o - | python
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
pip install --upgrade $TF_BINARY_URL