Skip to content

Commit a8bb2de

Browse files
committed
Enable experimental Docker features in CircleCI
1 parent 2110b06 commit a8bb2de

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

146144
Create the ECR registries:

0 commit comments

Comments
 (0)