Skip to content

Commit

Permalink
add conda update conda to conda dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bquan0 committed Mar 30, 2024
1 parent b6c51d0 commit 10383ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/conda_build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh && \
ENV PATH /opt/conda/bin:$PATH

# install python 3.10 to match apt dockerfile
RUN conda update conda
RUN conda install python=3.10.0
RUN conda config --add channels conda-forge
RUN conda update -n base -c defaults conda
Expand Down

0 comments on commit 10383ad

Please sign in to comment.