Skip to content

Commit 4ebd44d

Browse files
authored
Merge pull request #109 from KumarLabJax/bugfix/incorrect-runtime-docker-image-base
Fix image reference and bump patch version
2 parents 661ce26 + 5e68730 commit 4ebd44d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mouse-tracking"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Runtime environment for mouse tracking experiments"
55
requires-python = ">=3.10,<3.11"
66
packages = ["src/mouse_tracking"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vm/runtime.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Bootstrap: docker
2-
From: aberger4/mouse-tracking:python3.10-slim
2+
From: aberger4/mouse-tracking:latest
33

44
%setup
55
mkdir -p ${SINGULARITY_ROOTFS}/workspace/models/

0 commit comments

Comments
 (0)