Gossamer
11/09/2022, 6:12 PMdata-science-candidate-modelling-pipeline-train-model-node:
cpu: 8
memory: 8Gi
<http://nvidia.com/gpu|nvidia.com/gpu>: 1
Then in the pod, the gpu specification is not there:
resources:
limits:
cpu: '8'
memory: 8Gi
requests:
cpu: '8'
memory: 8Gi
What might cause this?marrrcin
11/10/2022, 8:01 AMGossamer
11/10/2022, 12:14 PM<http://nvidia.com/gpu|nvidia.com/gpu>
that are illegal in python variables…