Skip to content

Commit

Permalink
CI: CONDA_PREFIX is not defined in container
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed May 20, 2024
1 parent ff80a18 commit 49cf149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptainer/tike.def
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CONDA_OVERRIDE_CUDA={{ cuda_version }} /opt/miniconda/bin/conda install cuda-ver
/opt/miniconda/bin/pip check
cd ..
rm tike* -rf
cd $CONDA_PREFIX
cd /opt/miniconda
rm -r man cmake lib/cmake lib/pkgconfig include share var

%runscript
Expand Down

0 comments on commit 49cf149

Please sign in to comment.