Skip to content

Commit c298214

Browse files
hc2pchudyandrej
authored andcommitted
Define dependency between ir and python 3.9 image
1 parent a708d06 commit c298214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
--tag=978928340082.dkr.ecr.us-east-1.amazonaws.com/${REPOSITORY}:${TAG} \
191191
--tag=docker.io/${REPOSITORY}:${TAG} \
192192
--build-arg R_VERSION=${R_VERSION} \
193+
--build-arg PYTHON_VERSION=${PYTHON_VERSION} \
193194
--cache-from type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache,mode=max \
194195
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
195196
--progress plain \
@@ -282,6 +283,8 @@ workflows:
282283
matrix:
283284
parameters:
284285
r-version: *r-versions
286+
requires:
287+
- Python 3.9.19
285288

286289
- build-and-push-gpu:
287290
name: Tensorflow 2.9

0 commit comments

Comments
 (0)