File tree 2 files changed +2
-3
lines changed 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
docker :
117
117
- image : circleci/python:3.6
118
118
environment :
119
- NUM_BUILD_PROCS : " 2 "
119
+ DOCKER_CLI_EXPERIMENTAL : enabled
120
120
steps :
121
121
- checkout
122
122
- setup_remote_docker :
@@ -141,6 +141,7 @@ jobs:
141
141
- image : circleci/python:3.6
142
142
environment :
143
143
CORTEX_TEST_BATCH_S3_PATH : s3://cortex-nightly-artifacts/test/jobs
144
+ DOCKER_CLI_EXPERIMENTAL : enabled
144
145
steps :
145
146
- checkout
146
147
- 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
139
139
# If you are working on govcloud, you will need to set credentials from a public (non govcloud) account to access inferentia ECR
140
140
# export NORMAL_REGION_AWS_ACCESS_KEY_ID="***"
141
141
# export NORMAL_REGION_AWS_SECRET_ACCESS_KEY="***"
142
-
143
- # export NUM_BUILD_PROCS=2 # optional; can be >2 if you have enough memory
144
142
```
145
143
146
144
Create the ECR registries:
You can’t perform that action at this time.
0 commit comments