Skip to content

Commit

Permalink
Define latest for miniforge-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Aug 8, 2024
1 parent 326be2b commit c79a6a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci/create-multiarch-manifest.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
set -euo pipefail

PREFIX="conda"
if [[ "${IMAGE_REPO}" != "ci-conda" ]]; then
if [[ "${IMAGE_REPO}" == "miniforge-cuda" ]]; then
PREFIX="base"
elif [[ "${IMAGE_REPO}" == "ci-conda" ]]; then
PREFIX="conda"
else
PREFIX="wheels"
fi

Expand Down
4 changes: 4 additions & 0 deletions latest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Define the values used for the "latest" tag
base:
CUDA_VER: "12.2.2"
PYTHON_VER: "3.11"
LINUX_VER: "ubuntu22.04"
conda:
CUDA_VER: "12.2.2"
PYTHON_VER: "3.11"
Expand Down

0 comments on commit c79a6a0

Please sign in to comment.