Skip to content

Commit 14c3e03

Browse files
Update Gitpod to use Miniforge instead of Miniconda
1 parent 3081f83 commit 14c3e03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nf_core/gitpod/gitpod.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN apt-get update --quiet && \
2323
add-apt-repository -y ppa:apptainer/ppa && \
2424
apt-get update --quiet && \
2525
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 && \
26+
wget --quiet https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh && \
27+
bash Miniforge3-Linux-x86_64.sh -b -p /opt/conda && \
28+
rm Miniforge3-Linux-x86_64.sh && \
2929
apt-get clean && \
3030
rm -rf /var/lib/apt/lists/*
3131

0 commit comments

Comments
 (0)