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