Unverified Commit eb8d07cb authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: Try using docker driver instead of docker-container (#3824)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
parent d870d4b0
...@@ -61,8 +61,7 @@ runs: ...@@ -61,8 +61,7 @@ runs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1 uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
with: with:
# This is not # of CPUs, this is CPU priority, 1024 is the default driver: docker
driver-opts: 'cpu-shares=100'
- name: Install awscli - name: Install awscli
shell: bash shell: bash
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment