Skip to content

Commit

Permalink
Merge pull request #42 from mamba-org/update-base-image
Browse files Browse the repository at this point in the history
Update to micromamba base image to git-515d637-jammy
  • Loading branch information
maresb committed Jun 13, 2024
2 parents fe4d19d + 07eb7dd commit bc43739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions base-images.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For more info, about micromamba, see:
# <https://github.com/mamba-org/micromamba-docker>.

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
Expand Down

0 comments on commit bc43739

Please sign in to comment.