From bcb15e20d6e7498cead40b7302f7c1df75663b88 Mon Sep 17 00:00:00 2001 From: maresb <15216687+maresb@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:30:02 +0000 Subject: [PATCH] Update to micromamba base image to git-a241157-jammy --- base-images.json | 4 ++-- docker/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base-images.json b/base-images.json index e779281..77ec476 100644 --- a/base-images.json +++ b/base-images.json @@ -1,5 +1,5 @@ { - "jammy": "mambaorg/micromamba:git-13eebff-jammy@sha256:b6807cdb686c8c72763835dc14711805a85fcd6e2bc25d4203274b1dad1c4c31", - "jammy-cuda": "mambaorg/micromamba:git-13eebff-jammy-cuda-11.8.0@sha256:ff0cf8e94b9bcb42a2faa6b31acc120d644c56770c5e7bf91af1b536cb2ea6fe", + "jammy": "mambaorg/micromamba:git-a241157-jammy@sha256:375f53418dab857c40c7a4cf569ea11ea416a23e27fd214f2c6bd2d2072999ca", + "jammy-cuda": "mambaorg/micromamba:git-a241157-jammy-cuda-11.8.0@sha256:9dca3ad41afe82bdc4cfefa4ec68935bc3841a2d83807e8da8a1ddc4ed0c25da", "focal-cuda": "mambaorg/micromamba:git-13eebff-focal-cuda-11.2.2@sha256:024aff5da4b8d53df824fabb073249e3daf2018d4bc3cde87f0d16bfe4d217ea" } diff --git a/docker/Dockerfile b/docker/Dockerfile index b84cd46..885f9a2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,7 @@ # For more info, about micromamba, see: # . -ARG BASE_IMAGE=mambaorg/micromamba:git-13eebff-jammy@sha256:b6807cdb686c8c72763835dc14711805a85fcd6e2bc25d4203274b1dad1c4c31 +ARG BASE_IMAGE=mambaorg/micromamba:git-a241157-jammy@sha256:375f53418dab857c40c7a4cf569ea11ea416a23e27fd214f2c6bd2d2072999ca # The folder to use as a workspace. The project should be mounted here. ARG DEV_WORK_DIR=/workspaces