Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Change compose.sim.gazebo.yaml with actual docker compose version #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CatInTheRain
Copy link

The compose.sim.gazebo.yaml use an old version of docker and docker compose.
This project has been tested on the following setup:

$ docker compose version
Docker Compose version 2.17.0
$ docker --version
Docker version 23.0.1, build a5ee5b1dfc

I change the lines with

    runtime: nvidia

with

    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: 1
              capabilities: [gpu]
    container_name: rviz
    network_mode: host

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant