Skip to content

Commit

Permalink
Update miniforge version, use renovate.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 28, 2025
1 parent 0f7bdd3 commit 9a2a80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG LINUX_VER=notset
ARG PYTHON_VER=notset
ARG YQ_VER=notset
ARG AWS_CLI_VER=notset
ARG MINIFORGE_VER=notset

FROM nvidia/cuda:${CUDA_VER}-base-${LINUX_VER} AS miniforge-cuda

Expand All @@ -22,7 +23,7 @@ usermod -g conda root
EOF

# Ownership & permissions based on https://docs.anaconda.com/anaconda/install/multi-user/#multi-user-anaconda-installation-on-linux
COPY --from=condaforge/miniforge3:24.9.2-0 --chown=root:conda --chmod=770 /opt/conda /opt/conda
COPY --from=condaforge/miniforge3:${MINIFORGE_VER} --chown=root:conda --chmod=770 /opt/conda /opt/conda

# Ensure new files are created with group write access & setgid. See https://unix.stackexchange.com/a/12845
RUN chmod g+ws /opt/conda
Expand Down
2 changes: 2 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CODECOV_VER: 9.1.1
YQ_VER: 4.44.6
# renovate: datasource=docker depName=amazon/aws-cli versioning=docker
AWS_CLI_VER: 2.22.28
# renovate: datasource=docker depName=condaforge/miniforge3 versioning=docker
MINIFORGE_VER: 24.11.3-0

0 comments on commit 9a2a80c

Please sign in to comment.