Skip to content

Commit

Permalink
Update release-ci.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Aug 21, 2024
1 parent 5f80d30 commit b150946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py310_24.1.2-0-Linux-x86
&& /root/miniconda3/bin/conda config --add channels conda-forge \
&& /root/miniconda3/bin/conda update --all --solver classic

RUN /root/miniconda3/bin/conda install mamba -c conda-forge --force-reinstall -y

# Add conda to path
ENV PATH="/root/miniconda3/bin:${PATH}"

RUN /root/miniconda3/bin/conda install -n base --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive -y

# Install lld
RUN /root/miniconda3/bin/conda install -c conda-forge lld nasm cmake gxx==11.4.0 -y \
&& /root/miniconda3/bin/conda clean -afy
Expand Down

0 comments on commit b150946

Please sign in to comment.