Skip to content

Instantly share code, notes, and snippets.

@cftang0827
Created December 26, 2018 03:40
Show Gist options
  • Save cftang0827/10a8703d6e3bad07d75f3ff42f1cb894 to your computer and use it in GitHub Desktop.
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
# 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