Skip to content

Commit 63598a2

Browse files
committed
Update miniconda version
1 parent fb8bcec commit 63598a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/gen_pb_exec_env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
# install conda
2929
rm -rf ./miniconda
30-
wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.3.1-0-Linux-x86_64.sh
31-
bash Miniconda3-py310_23.3.1-0-Linux-x86_64.sh -p ./miniconda -b
30+
wget https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-x86_64.sh
31+
bash Miniconda3-py312_24.9.2-0-Linux-x86_64.sh -p ./miniconda -b
3232
eval "$(./miniconda/bin/conda shell.bash hook)"
3333

3434
# create conda environment
@@ -38,7 +38,7 @@ conda install -c conda-forge conda-pack -y
3838

3939
# pre install step
4040
export PYTHONNOUSERSITE=True
41-
conda install -c conda-forge libstdcxx-ng=12 -y
41+
conda install -c conda-forge libstdcxx-ng=14 -y
4242

4343
# install PyTorch
4444
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -y

0 commit comments

Comments
 (0)