Skip to content

Commit 99fb09a

Browse files
Update image version to :1 (#9)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 61a47a5 commit 99fb09a

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

src/control_methods/mean_per_gene/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
path: script.py
99
engines:
1010
- type: docker
11-
image: openproblems/base_python:1.0.0
11+
image: openproblems/base_python:1
1212
runners:
1313
- type: executable
1414
- type: nextflow

src/control_methods/random_predict/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
path: script.R
99
engines:
1010
- type: docker
11-
image: openproblems/base_r:1.0.0
11+
image: openproblems/base_r:1
1212
runners:
1313
- type: executable
1414
- type: nextflow

src/control_methods/solution/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
path: script.R
99
engines:
1010
- type: docker
11-
image: openproblems/base_r:1.0.0
11+
image: openproblems/base_r:1
1212
runners:
1313
- type: executable
1414
- type: nextflow

src/control_methods/zeros/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
path: script.py
99
engines:
1010
- type: docker
11-
image: openproblems/base_python:1.0.0
11+
image: openproblems/base_python:1
1212
runners:
1313
- type: executable
1414
- type: nextflow

src/data_processors/process_dataset/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resources:
4444
path: script.R
4545
engines:
4646
- type: docker
47-
image: openproblems/base_r:1.0.0
47+
image: openproblems/base_r:1
4848
runners:
4949
- type: executable
5050
- type: nextflow

src/methods/guanlab_dengkw_pm/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resources:
3131
path: script.py
3232
engines:
3333
- type: docker
34-
image: openproblems/base_python:1.0.0
34+
image: openproblems/base_python:1
3535
setup:
3636
- type: python
3737
packages:

src/methods/knnr_py/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resources:
2727
path: script.py
2828
engines:
2929
- type: docker
30-
image: openproblems/base_python:1.0.0
30+
image: openproblems/base_python:1
3131
runners:
3232
- type: executable
3333
- type: nextflow

src/methods/knnr_r/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resources:
2727
path: script.R
2828
engines:
2929
- type: docker
30-
image: openproblems/base_r:1.0.0
30+
image: openproblems/base_r:1
3131
setup:
3232
- type: r
3333
cran: [ lmds, FNN, proxyC]

src/methods/lm/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resources:
2323
path: script.R
2424
engines:
2525
- type: docker
26-
image: openproblems/base_r:1.0.0
26+
image: openproblems/base_r:1
2727
setup:
2828
- type: r
2929
cran: [ lmds, RcppArmadillo, pbapply]

src/methods/novel/novel_predict/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
- path: ../helper_functions.py
1313
engines:
1414
- type: docker
15-
image: openproblems/base_pytorch_nvidia:1.0.0
15+
image: openproblems/base_pytorch_nvidia:1
1616
setup:
1717
- type: python
1818
packages:

0 commit comments

Comments
 (0)