gpushare-scheduler-extender
gpushare-scheduler-extender copied to clipboard
aliyun.com/gpu-count doesn't work
I have two gpu cards, and my resource limit like this: resources: limits: aliyun.com/gpu-count: 1
But in the container, all the gpu card is used. The environment variable NVIDIA_VISIBLE_DEVICES=all, and not found ALIYUN_COM_GPU_MEM_IDX
我有两张GPU卡,我在yaml文件里声明了aliyun.com/gpu-count的资源限制: resources: limits: aliyun.com/gpu-count: 1 但是没有起到作用,容器里还是使用了两张卡,环境变量里也没有找到ALIYUN_COM_GPU_MEM_IDX 请问是什么问题?
我也碰到同样的问题