We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a379380 commit 436b788Copy full SHA for 436b788
ci/Dockerfile
@@ -37,11 +37,11 @@ ENV JAVA_HOME /usr/lib/jvm/java-1.17.0-openjdk-amd64
37
38
# Install conda
39
ENV PATH="/root/miniconda3/bin:${PATH}"
40
+ENV CONDA_PLUGINS_AUTO_ACCEPT_TOS="yes"
41
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
42
&& mkdir /root/.conda \
43
&& bash Miniconda3-latest-Linux-x86_64.sh -b \
44
&& rm -f Miniconda3-latest-Linux-x86_64.sh \
- && conda tos accept --override-channels -c conda-forge -c defaults \
45
&& conda init && conda update -n base conda \
46
&& conda install -n base conda-libmamba-solver \
47
&& conda config --set solver libmamba
0 commit comments