We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6678b33 + 920dbcb commit 9b6cc1bCopy full SHA for 9b6cc1b
.circleci/config.yml
@@ -198,12 +198,14 @@ jobs:
198
- build-steps:
199
platform: debian
200
201
+ # this build runs on a fixed machine, due to a storage need
202
+ # nothing about it necessitates the machine itself, other than the need for more disk.
203
platforms-build:
204
machine:
205
enabled: true
206
docker_layer_caching: true
- resource_class: gpu.nvidia.small
- image: ubuntu-1604-cuda-11.1:202012-01
207
+ resource_class: small
208
+ image: ubuntu-2004:202101-01
209
steps:
210
- platforms-build-steps
211
0 commit comments