Skip to content

Commit

Permalink
ci: use default Miniforge3, not pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 8, 2023
1 parent 6b595f9 commit de2ad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \

# Install conda and give write permissions to conda folder
RUN echo 'export PATH=/opt2/conda/bin:$PATH' > /etc/profile.d/conda.sh && \
wget --quiet "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-pypy3-$(uname)-$(uname -m).sh" -O ~/miniforge3.sh && \
wget --quiet "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" -O ~/miniforge3.sh && \
/bin/bash ~/miniforge3.sh -b -p /opt2/conda && \
rm ~/miniforge3.sh && chmod 777 -R /opt2/conda/
ENV PATH=$PATH:/opt2/conda/bin
Expand Down

0 comments on commit de2ad1e

Please sign in to comment.