Closed rodrickcui closed 1 year ago
solved
Hi! I have also encountered this problem. How did you solve it?
did you install the nvidia-runtime? https://stackoverflow.com/questions/69995187/docker-compose-unsupported-config-option-for-runtime NOt sure if the image the container is based on (ros:melodic-perception) now uses gpu support...
Unsupported config option for services.limo: 'runtime' How to solve it? the content of docker-compose.yml is version: '3.4'
services: limo: container_name: limo build: context: ./src image: ros:melodic-perception ports:
runtime: nvidia