Skip to content

Commit

Permalink
Merge pull request #29 from cyberbotics/fix-enable-GPU-compute-accele…
Browse files Browse the repository at this point in the history
…ration-for-controllers

Enable GPU compute for controllers
  • Loading branch information
omichel committed May 15, 2023
2 parents 772c62c + fa15810 commit 0cd9e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV WEBOTS_HOME /usr/local/webots
ENV PATH /usr/local/webots:${PATH}

# Enable OpenGL capabilities
ENV NVIDIA_DRIVER_CAPABILITIES=graphics
ENV NVIDIA_DRIVER_CAPABILITIES graphics,compute,utility

# Finally open a bash command to let the user interact
CMD ["/bin/bash"]

0 comments on commit 0cd9e3d

Please sign in to comment.