Skip to content

Commit 49cf149

Browse files
authored
CI: CONDA_PREFIX is not defined in container
1 parent ff80a18 commit 49cf149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apptainer/tike.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CONDA_OVERRIDE_CUDA={{ cuda_version }} /opt/miniconda/bin/conda install cuda-ver
2121
/opt/miniconda/bin/pip check
2222
cd ..
2323
rm tike* -rf
24-
cd $CONDA_PREFIX
24+
cd /opt/miniconda
2525
rm -r man cmake lib/cmake lib/pkgconfig include share var
2626

2727
%runscript

0 commit comments

Comments
 (0)