Skip to content

Instantly share code, notes, and snippets.

@oishimilk
Last active September 28, 2021 18:43
Show Gist options
  • Save oishimilk/993afa55f3a213034a6553a3228dfd34 to your computer and use it in GitHub Desktop.
Save oishimilk/993afa55f3a213034a6553a3228dfd34 to your computer and use it in GitHub Desktop.
よく使う Dockerfile
FROM moveit/moveit:melodic-release
ENV NVIDIA_VISIBLE_DEVICES ${NVIDIA_VISIBLE_DEVICES:-all}
ENV NVIDIA_DRIVER_CAPABILITIES ${NVIDIA_DRIVER_CAPABILITIES:+$NVIDIA_DRIVER_CAPABILITIES,}graphics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment