Skip to content

Commit

Permalink
Merge pull request #44 from mamba-org/update-base-image
Browse files Browse the repository at this point in the history
Update to micromamba base image to git-a241157-jammy
  • Loading branch information
maresb authored Sep 22, 2024
2 parents bc7ff66 + bcb15e2 commit 48a849f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions base-images.json
Original file line number Diff line number Diff line change
@@ -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"
}
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-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
Expand Down

0 comments on commit 48a849f

Please sign in to comment.