File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 docker :
117117 - image : circleci/python:3.6
118118 environment :
119- NUM_BUILD_PROCS : " 2 "
119+ DOCKER_CLI_EXPERIMENTAL : enabled
120120 steps :
121121 - checkout
122122 - setup_remote_docker :
@@ -141,6 +141,7 @@ jobs:
141141 - image : circleci/python:3.6
142142 environment :
143143 CORTEX_TEST_BATCH_S3_PATH : s3://cortex-nightly-artifacts/test/jobs
144+ DOCKER_CLI_EXPERIMENTAL : enabled
144145 steps :
145146 - checkout
146147 - setup_remote_docker :
Original file line number Diff line number Diff line change @@ -139,8 +139,6 @@ export DEFAULT_USER_ARN="arn:aws:iam::<ACCOUNT_ID>:<AWS IAM ENTITY>" # (e.g. arn
139139# If you are working on govcloud, you will need to set credentials from a public (non govcloud) account to access inferentia ECR
140140# export NORMAL_REGION_AWS_ACCESS_KEY_ID="***"
141141# export NORMAL_REGION_AWS_SECRET_ACCESS_KEY="***"
142-
143- # export NUM_BUILD_PROCS=2 # optional; can be >2 if you have enough memory
144142```
145143
146144Create the ECR registries:
You can’t perform that action at this time.
0 commit comments