Skip to content

Commit 5784cc0

Browse files
committed
Updated config.yml
1 parent f0b8abe commit 5784cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
type: string
284284
default: 3.8.13
285285
machine:
286-
image: "ubuntu-2004:current"
286+
image: ubuntu-2004-cuda-11.4:202110-01
287287
resource_class: arm.xlarge
288288
steps:
289289
- checkout
@@ -307,7 +307,7 @@ jobs:
307307
TORCH_INSTALL: https://developer.download.nvidia.com/compute/redist/jp/v<< parameters.jetpack-version >>/pytorch/<< parameters.torch-build >>
308308
command: |
309309
set -e
310-
python3 -m pip install --upgrade pip; python3 -m pip install expecttest xmlrunner hypothesis aiohttp numpy=='1.19.4' pyyaml scipy=='1.5.3' ninja cython typing_extensions protobuf; export "LD_LIBRARY_PATH=/usr/lib/llvm-8/lib:$LD_LIBRARY_PATH"; python3 -m pip install --upgrade protobuf; python3 -m pip install --no-cache $TORCH_INSTALL
310+
python3 -m pip install --upgrade pip; python3 -m pip install wheel setuptools; python3 -m pip install expecttest xmlrunner hypothesis aiohttp numpy=='1.19.4' pyyaml scipy=='1.5.3' ninja cython typing_extensions protobuf; export "LD_LIBRARY_PATH=/usr/lib/llvm-8/lib:$LD_LIBRARY_PATH"; python3 -m pip install --upgrade protobuf; python3 -m pip install --no-cache $TORCH_INSTALL
311311
- when:
312312
condition: << parameters.cxx11-abi >>
313313
steps:

0 commit comments

Comments
 (0)