Skip to content

Commit 892ab48

Browse files
Update image version to :1 (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0633f2d commit 892ab48

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

src/control_methods/random_proportions/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414

1515
engines:
1616
- type: docker
17-
image: openproblems/base_python:1.0.0
17+
image: openproblems/base_python:1
1818
setup:
1919
- type: python
2020
packages: numpy

src/control_methods/true_proportions/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414

1515
engines:
1616
- type: docker
17-
image: openproblems/base_python:1.0.0
17+
image: openproblems/base_python:1
1818

1919
runners:
2020
- type: executable

src/data_processors/dataset_simulator/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_resources:
7373

7474
engines:
7575
- type: docker
76-
image: openproblems/base_python:1.0.0
76+
image: openproblems/base_python:1
7777
setup:
7878
- type: python
7979
packages:

src/data_processors/split_dataset/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test_resources:
4141

4242
engines:
4343
- type: docker
44-
image: openproblems/base_python:1.0.0
44+
image: openproblems/base_python:1
4545

4646
runners:
4747
- type: executable

src/methods/cell2location/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resources:
7373

7474
engines:
7575
- type: docker
76-
image: openproblems/base_pytorch_nvidia:1.0.0
76+
image: openproblems/base_pytorch_nvidia:1
7777
setup:
7878
- type: python
7979
packages:

src/methods/destvi/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resources:
3131

3232
engines:
3333
- type: docker
34-
image: openproblems/base_pytorch_nvidia:1.0.0
34+
image: openproblems/base_pytorch_nvidia:1
3535
setup:
3636
- type: python
3737
packages:

src/methods/nmfreg/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resources:
2525

2626
engines:
2727
- type: docker
28-
image: openproblems/base_python:1.0.0
28+
image: openproblems/base_python:1
2929
setup:
3030
- type: python
3131
packages:

src/methods/nnls/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resources:
1919

2020
engines:
2121
- type: docker
22-
image: openproblems/base_python:1.0.0
22+
image: openproblems/base_python:1
2323
setup:
2424
- type: python
2525
packages:

src/methods/rctd/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resources:
2929

3030
engines:
3131
- type: docker
32-
image: openproblems/base_r:1.0.0
32+
image: openproblems/base_r:1
3333
setup:
3434
- type: r
3535
cran: [ Matrix, pak ]

src/methods/seurat/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resources:
2929

3030
engines:
3131
- type: docker
32-
image: openproblems/base_r:1.0.0
32+
image: openproblems/base_r:1
3333
setup:
3434
- type: r
3535
cran: [Matrix, Seurat]

0 commit comments

Comments
 (0)