We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3081f83 commit 14c3e03Copy full SHA for 14c3e03
nf_core/gitpod/gitpod.Dockerfile
@@ -23,9 +23,9 @@ RUN apt-get update --quiet && \
23
add-apt-repository -y ppa:apptainer/ppa && \
24
apt-get update --quiet && \
25
apt-get install --quiet --yes apptainer && \
26
- wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
27
- bash Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda && \
28
- rm Miniconda3-latest-Linux-x86_64.sh && \
+ wget --quiet https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh && \
+ bash Miniforge3-Linux-x86_64.sh -b -p /opt/conda && \
+ rm Miniforge3-Linux-x86_64.sh && \
29
apt-get clean && \
30
rm -rf /var/lib/apt/lists/*
31
0 commit comments