Skip to content

Commit

Permalink
fix base images
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 7, 2024
1 parent 8d7ac70 commit 37fde11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/datasets/loaders/zenodo_spatial/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ functionality:

platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
- type: nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ functionality:

platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
- type: nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ functionality:
platforms:
- type: docker
# image: python:3.9.16
image: ghcr.io/openproblems-bio/base_images/tensorflow_nvidia:1.1.0
image: openproblems/base_tensorflow_nvidia:1.0.0
setup:
- type: apt
packages:
Expand Down

0 comments on commit 37fde11

Please sign in to comment.