Skip to content

Commit

Permalink
Update micromamba download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-lourenco committed Mar 7, 2024
1 parent 514b07e commit ac57516
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 @@ -14,7 +14,7 @@ RUN apt-get update && \
# install micromamba
RUN mkdir -p /software/micromamba && \
cd /software/micromamba && \
curl -Ls https://micromamba.snakepit.net/api/micromamba/linux-64/0.15.2 | tar -xvj bin/micromamba
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/0.15.2 | tar -xvj bin/micromamba
ENV PATH="/software/micromamba/bin:${PATH}"

# create conda/mamba environment
Expand Down

0 comments on commit ac57516

Please sign in to comment.