Created
December 26, 2018 03:40
-
-
Save cftang0827/10a8703d6e3bad07d75f3ff42f1cb894 to your computer and use it in GitHub Desktop.
Install local conda package, by using tar.bz2 format, install package locally and no dependency
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
# Use tensorflow from conda-forge for testing | |
# By using this, we can install tensorflow without network | |
# Ref https://anaconda.org/conda-forge/tensorflow/files | |
conda install --use-local tensorflow-1.10.0-py36_0.tar.bz2 --no-deps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment