Skip to content

Commit ec1c4ea

Browse files
committed
Minicondaのインストールスクリプトを修正し、tos受諾コマンドの構文を修正
1 parent e025a52 commit ec1c4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-experiments/cuda-miniconda-pytorch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ WORKDIR ${WORKSPACE}
4040
USER ${USER_NAME}
4141

4242
RUN yes | conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main \
43-
yes | conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
43+
&& yes | conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
4444

4545
COPY ${PYTHON_ENV_SCRIPT} ${WORKSPACE}/environment_setup.sh
4646
RUN bash -vxe ${WORKSPACE}/environment_setup.sh

0 commit comments

Comments
 (0)