Skip to content
Snippets Groups Projects
Commit 00fc459d authored by Nick Bearson's avatar Nick Bearson
Browse files

write a conda environment.yml to the python_runtime/ folder so that we can...

write a conda environment.yml to the python_runtime/ folder so that we can more easily audit what's included in our runtime between builds
parent b6758a40
No related branches found
No related tags found
1 merge request!6Resolve "add tracability attributes to grid (and maybe tile) files"
......@@ -78,6 +78,8 @@ cp $GGLM_DIR/bin/* ./bin/
cp $GGLM_DIR/libexec/* ./libexec/
# Untar the tarball so we can put things where we want
tar -xz -C ./libexec/python_runtime -f ../${conda_tb}
# write a conda environment.yml to the python_runtime/ folder so that we can more easily audit what's included in our runtime between builds
conda env export --file ./libexec/python_runtime/environment.yml
# Go back to original work directory
cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment