We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e025a52 commit ec1c4eaCopy full SHA for ec1c4ea
ai-experiments/cuda-miniconda-pytorch/Dockerfile
@@ -40,7 +40,7 @@ WORKDIR ${WORKSPACE}
40
USER ${USER_NAME}
41
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
+ && yes | conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
44
45
COPY ${PYTHON_ENV_SCRIPT} ${WORKSPACE}/environment_setup.sh
46
RUN bash -vxe ${WORKSPACE}/environment_setup.sh
0 commit comments