johannes-graeter / limo

Lidar-Monocular Visual Odometry
GNU General Public License v3.0
822 stars 232 forks source link

Hi,I meet with this problem by using"docker-compose build" #79

Closed rodrickcui closed 1 year ago

rodrickcui commented 2 years ago

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:

rodrickcui commented 2 years ago

solved

y-l-a commented 1 year ago

Hi! I have also encountered this problem. How did you solve it?

johannes-graeter commented 1 year ago

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...