Skip to content

Commit 92dd783

Browse files
committed
Minicondaのインストールスクリプトを修正し、conda createコマンドから-qオプションを削除
1 parent 97ac5b2 commit 92dd783

File tree

1 file changed

+1
-1
lines changed
  • ai-experiments/cuda-miniconda-pytorch/.miniconda-envs

1 file changed

+1
-1
lines changed

ai-experiments/cuda-miniconda-pytorch/.miniconda-envs/twinbreak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
source /opt/conda/etc/profile.d/conda.sh
55

6-
conda -q create --name twinbreak python=3.10
6+
conda create --name twinbreak python=3.10
77
conda activate twinbreak
88

99
# CUDA はベースイメージから 12.9

0 commit comments

Comments
 (0)