From 07eb7dd86632014e25d32a372e62338b4d4cba28 Mon Sep 17 00:00:00 2001 From: maresb <15216687+maresb@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:48:23 +0000 Subject: [PATCH] Update to micromamba base image to git-515d637-jammy --- base-images.json | 6 +++--- docker/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base-images.json b/base-images.json index 0f5ffaa..6dfe119 100644 --- a/base-images.json +++ b/base-images.json @@ -1,5 +1,5 @@ { - "jammy": "mambaorg/micromamba:git-c160e88-jammy@sha256:e3a59f560211ded26e65afafafd20eafc31bad2745db9a2932e39574847a7159", - "jammy-cuda": "mambaorg/micromamba:git-c160e88-jammy-cuda-11.8.0@sha256:804aef13a790647f5145b0e6673f7069c4591e7871d25381ffcd778bf1fe0d4b", - "focal-cuda": "mambaorg/micromamba:git-596b6ef-focal-cuda-11.2.2@sha256:74b784b017bfe6c6e8a63d797f79a06a7a4a11c7f79bf11f1fca5e5417ed52cc" + "jammy": "mambaorg/micromamba:git-515d637-jammy@sha256:f53e550d2166119da3c34a85fd2d1551e33d5c2a333932b743ee6039aeee93bf", + "jammy-cuda": "mambaorg/micromamba:git-515d637-jammy-cuda-11.8.0@sha256:0ddc58f01a09792a823be19142379f814b89a7a696aba409e78979b53fcecf47", + "focal-cuda": "mambaorg/micromamba:git-515d637-focal-cuda-11.2.2@sha256:4262ac7c3e27ad6640021ee9e78c647cdd8fdfcbb25914c8e7f37bdc66c932d9" } diff --git a/docker/Dockerfile b/docker/Dockerfile index 1f144c2..07658f0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,7 @@ # For more info, about micromamba, see: # . -ARG BASE_IMAGE=mambaorg/micromamba:git-c160e88-jammy@sha256:e3a59f560211ded26e65afafafd20eafc31bad2745db9a2932e39574847a7159 +ARG BASE_IMAGE=mambaorg/micromamba:git-515d637-jammy@sha256:f53e550d2166119da3c34a85fd2d1551e33d5c2a333932b743ee6039aeee93bf # The folder to use as a workspace. The project should be mounted here. ARG DEV_WORK_DIR=/workspaces