Closed tkumark closed 3 years ago
How do i set the GPU as part of the dockerOptions? I only see cpu option I do not see GPU option. Does shippable support GPU option? http://docs.shippable.com/platform/workflow/resource/dockeroptions/
I tried this but it does not working
- name: 1-gpu-docker-opts type: dockerOptions version: gpu: 1
This works
- name: 1-gpu-docker-opts type: dockerOptions version: resourceRequirements: - type: GPU value: '1'
How do i set the GPU as part of the dockerOptions? I only see cpu option I do not see GPU option. Does shippable support GPU option? http://docs.shippable.com/platform/workflow/resource/dockeroptions/
I tried this but it does not working