Skip to content

Commit

Permalink
Merge pull request #10 from yilmazabdurrah/main
Browse files Browse the repository at this point in the history
Resolve Remote Desktop Issue
  • Loading branch information
marc-hanheide authored Nov 21, 2024
2 parents 234598a + 219c371 commit cb453d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/cuda-opengl/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
},

// Use 'postCreateCommand' to run commands after the container is created.
// Use 'postStartCommand' instead of 'postCreateCommand' to start a fresh virtual desktop
// Here we run `colcon build` to build the workspace initially, (to speed up later builds), and we keep going if it fails for some packages to get as much compiled as possible
"postCreateCommand": "/opt/entrypoint.sh /bin/true; .devcontainer/post-create.sh",
"postStartCommand": "/opt/entrypoint.sh /bin/true; .devcontainer/post-create.sh",

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "ros",
Expand All @@ -43,4 +44,4 @@
"cpus": 2,
"memory": "8gb"
}
}
}

0 comments on commit cb453d0

Please sign in to comment.