Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 22, 2024
1 parent e166e20 commit db6dbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def main():
"registration": "high",
"diam_cell": 5.0,
"f_volume": 2.0,
"timepoints": 1000,
}
job_def = DendroJobDefinition(
appName='voluseg',
Expand Down
2 changes: 1 addition & 1 deletion voluseg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/mikarubi/voluseg/voluseg:docs
FROM ghcr.io/mikarubi/voluseg/voluseg:dev

# Install git
RUN apt-get update && apt-get install -y git
Expand Down

0 comments on commit db6dbd8

Please sign in to comment.