Skip to content

Commit

Permalink
set conda solver to classic
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushaPB committed Sep 19, 2024
1 parent a88b963 commit b2ceb43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ RUN apt-get update && apt-get install -y \
# Switch back to jovyan user to avoid permission issues
USER ${NB_UID}

# Install Python packages
# Configure Conda to use the classic solver
RUN conda config --set solver classic

# Add conda-forge channel and install packages
RUN conda config --add channels conda-forge
RUN conda install msprime -y
RUN conda install geopandas -y
Expand Down

0 comments on commit b2ceb43

Please sign in to comment.