Skip to content

Commit

Permalink
Update base images used (#12)
Browse files Browse the repository at this point in the history
* update base images

* update submodule

* update changelog
  • Loading branch information
KaiWaldrant authored Aug 9, 2024
1 parent 77e65bb commit 40fb918
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

* Update `task_name` variable to denoising in component scripts (PR #9).

* Update docker containers used in components (PR #12).

## transfer from openproblems-v2 repository

### NEW FUNCTIONALITY
Expand Down
2 changes: 1 addition & 1 deletion common
2 changes: 1 addition & 1 deletion src/control_methods/no_denoising/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0

runners:
- type: executable
Expand Down
2 changes: 1 addition & 1 deletion src/control_methods/perfect_denoising/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0

runners:
- type: executable
Expand Down
2 changes: 1 addition & 1 deletion src/methods/alra/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resources:
path: script.R
engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/r:1.1.0
image: openproblems/base_r:1.0.0
setup:
- type: r
cran: [ Matrix, rsvd ]
Expand Down
2 changes: 1 addition & 1 deletion src/methods/knn_smoothing/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resources:

engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
setup:
- type: python
packages:
Expand Down
2 changes: 1 addition & 1 deletion src/methods/magic/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resources:
path: script.py
engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
setup:
- type: python
pip: [scprep, magic-impute, scipy, scikit-learn<1.2]
Expand Down
2 changes: 1 addition & 1 deletion src/methods/saver/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:
path: script.R
engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/r:1.1.0
image: openproblems/base_r:1.0.0
setup:
- type: r
github: mohuangx/SAVER
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/mse/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:
path: script.py
engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
setup:
- type: python
pypi:
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/poisson/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resources:
path: script.py
engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
setup:
- type: python
pypi:
Expand Down
2 changes: 1 addition & 1 deletion src/process_dataset/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resources:
- path: helper.py
engines:
- type: docker
image: ghcr.io/openproblems-bio/base_images/python:1.1.0
image: openproblems/base_python:1.0.0
setup:
- type: python
packages:
Expand Down

0 comments on commit 40fb918

Please sign in to comment.