Skip to content

Commit e025a52

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ai-experiments/cuda-miniconda-pytorch/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ ENV TRANSFORMERS_CACHE=${WORKSPACE}/.cache/huggingface/transformers
3939
WORKDIR ${WORKSPACE}
4040
USER ${USER_NAME}
4141

42-
RUN yes | conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
42+
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
4344

4445
COPY ${PYTHON_ENV_SCRIPT} ${WORKSPACE}/environment_setup.sh
4546
RUN bash -vxe ${WORKSPACE}/environment_setup.sh

0 commit comments

Comments
 (0)