Created
December 1, 2021 23:39
-
-
Save jodyphelan/5d09be8ed87afbe099ab4ea9586f7880 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
# 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