Skip to content

Instantly share code, notes, and snippets.

@jodyphelan
Created December 1, 2021 23:39
Show Gist options
  • Save jodyphelan/5d09be8ed87afbe099ab4ea9586f7880 to your computer and use it in GitHub Desktop.
Save jodyphelan/5d09be8ed87afbe099ab4ea9586f7880 to your computer and use it in GitHub Desktop.
# Use the yml file to create the tb-profiler conda env
wget https://gist.githubusercontent.com/jodyphelan/92ec9b18f5b929bd1637d56568abbd0a/raw/ae52641f56cfa982c0a2febade10b2b7b882b6fa/tb-profiler-env.yaml
conda env create -f tb-profiler-env.yaml
# Activate env
conda activate tb-profiler-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment