Skip to content

Commit

Permalink
conda install a python version <3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bquan0 committed Mar 30, 2024
1 parent 10383ad commit ff167d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/conda_build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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 install python<3.10
RUN conda config --add channels conda-forge
RUN conda update -n base -c defaults conda
RUN conda install -y conda-libmamba-solver
Expand Down

0 comments on commit ff167d9

Please sign in to comment.