Upgrade mamba.

This commit is contained in:
Nicolas Patry 2024-05-15 18:50:15 +00:00
parent 90059707a8
commit 7f97fdac84
2 changed files with 1 additions and 3 deletions

View File

@ -130,8 +130,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
type=raw,value=sha-${{ env.GITHUB_SHA_SHORT }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4

View File

@ -43,7 +43,7 @@ ARG PYTORCH_VERSION=2.3.0
ARG PYTHON_VERSION=3.10
# Keep in sync with `server/pyproject.toml
ARG CUDA_VERSION=12.1
ARG MAMBA_VERSION=23.3.1-1
ARG MAMBA_VERSION=24.3.0-0
ARG CUDA_CHANNEL=nvidia
ARG INSTALL_CHANNEL=pytorch
# Automatically set by buildx