Skip to content

Commit 2b1086b

Browse files
committed
Add R with libs image for 4.4.3
1 parent e9c6e72 commit 2b1086b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.circleci/config.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,12 @@ jobs:
198198
parameters:
199199
r-version:
200200
type: string
201+
python-version:
202+
type: string
203+
default: "3.9"
201204
environment:
202205
R_VERSION: << parameters.r-version >>
203-
PYTHON_VERSION: "3.9"
206+
PYTHON_VERSION: << parameters.python-version >>
204207
steps:
205208
- checkout
206209
- docker_login
@@ -332,7 +335,14 @@ workflows:
332335
r-version: *r-versions
333336
requires:
334337
- R << matrix.r-version >>
335-
338+
- build-and-push-ir-with-libs:
339+
name: R with libs << matrix.r-version >>
340+
matrix:
341+
parameters:
342+
r-version: *python310-r-versions
343+
python-version: "3.10"
344+
requires:
345+
- Python 3.10
336346
- build-and-push-gpu:
337347
name: Tensorflow 2.9, Cuda 12.6, Ubuntu 20.04
338348
cuda-version: "12.6.3"

0 commit comments

Comments
 (0)