Skip to content

Commit 60e14a9

Browse files
committed
Split env installation into a separate step, r5
1 parent 4c64440 commit 60e14a9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/install-conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
intall_env() {
5+
export PATH="$HOME/miniforge3/bin:$PATH"
56
conda create -n triton --override-channels -c conda-forge python=$python_version.*
67
conda env update -f scripts/triton.yml
78
find /opt/intel/oneapi/ \( -name '*.so' -or -name '*.so.*' \) -exec cp -n {} $HOME/miniforge3/envs/triton/lib \;

scripts/run-util.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ while [ -v 1 ]; do
1010
;;
1111
esac
1212
done
13-

0 commit comments

Comments
 (0)