-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
33 lines (28 loc) · 785 Bytes
/
.env.sample
File metadata and controls
33 lines (28 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###
# General settings
###
# Accept the NVIDIA Omniverse EULA by default
ACCEPT_EULA=Y
# NVIDIA Isaac Sim base image
ISAACSIM_BASE_IMAGE=nvcr.io/nvidia/isaac-sim
# NVIDIA Isaac Sim version to use (e.g. 4.5.0)
ISAACSIM_VERSION=4.5.0
# Derived from the default path in the NVIDIA provided Isaac Sim container
DOCKER_ISAACSIM_ROOT_PATH=/isaac-sim
# The Isaac Lab path in the container
DOCKER_ISAACLAB_PATH=/root/isaaclab
# Docker user directory - by default this is the root user's home directory
DOCKER_USER_HOME=/root
# IsaacSim options
MESA_GL_VERSION_OVERRIDE=4.6
###
# Virtual desktop settings
###
# Modify to free values
DISPLAY=:17
WEB_PORT=6097
###
# IsaacLabExtendedTasks settings
###
# The IsaacExtendedTasks path in the container
ISAACEXTASKS_PATH=/workspace/isaacextasks