Skip to content

Commit

Permalink
make CPU config the default
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Feb 6, 2024
1 parent bacf95f commit 78549c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ROBOT_NAMESPACE=rosbot2r
# Docker config
# =======================================

# # CPU only config
# DOCKER_RUNTIME=runc
# LIBGL_ALWAYS_SOFTWARE=1
# CPU only config
DOCKER_RUNTIME=runc
LIBGL_ALWAYS_SOFTWARE=1

# GPU config
DOCKER_RUNTIME=nvidia
LIBGL_ALWAYS_SOFTWARE=0
# # GPU config
# DOCKER_RUNTIME=nvidia
# LIBGL_ALWAYS_SOFTWARE=0

0 comments on commit 78549c7

Please sign in to comment.