Skip to content

Commit bec1813

Browse files
authored
Merge pull request #366 from CovertLab/update-uv-image
Update base uv image
2 parents e3299ec + 7c572fe commit bec1813

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runscripts/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Use runscripts/container/build-image.sh to build.
44

5-
FROM ghcr.io/astral-sh/uv@sha256:1cc0392c8aad8026ef3922e3f997fff0f31e506b0ffe951afde2ba12728911b8
5+
FROM ghcr.io/astral-sh/uv@sha256:cda8422643a3d47dd5d457639dce8f5fbd130ef158ff4af9c6636391f87646af
66

77
LABEL application="Whole Cell Model of Escherichia coli" \
88
email="wholecellteam@lists.stanford.edu" \

runscripts/container/Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Bootstrap: docker
2-
From: ghcr.io/astral-sh/uv@sha256:1cc0392c8aad8026ef3922e3f997fff0f31e506b0ffe951afde2ba12728911b8
2+
From: ghcr.io/astral-sh/uv@sha256:cda8422643a3d47dd5d457639dce8f5fbd130ef158ff4af9c6636391f87646af
33

44
# Refer to Dockerfile for comments about build process. Apptainer does not
55
# support layer caching which results in a much less interesting build file.

0 commit comments

Comments
 (0)