You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The environment variables can be used to configure various aspects of the inner
20
20
|`CODER_IMAGE_PULL_SECRET`| The docker credentials to use when pulling the inner container. The recommended way to do this is to create an [Image Pull Secret](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-secret-by-providing-credentials-on-the-command-line) and then reference the secret using an [environment variable](https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#define-container-environment-variables-using-secret-data). See below for example. | false |
21
21
|`CODER_DOCKER_BRIDGE_CIDR`| The bridge CIDR to start the Docker daemon with. | false |
22
22
|`CODER_MOUNTS`| A list of mounts to mount into the inner container. Mounts default to `rw`. Ex: `CODER_MOUNTS=/home/coder:/home/coder,/var/run/mysecret:/var/run/mysecret:ro`| false |
23
-
|`CODER_USR_LIB_DIR`| The mountpoint of the host `/usr/lib` directory. Only required when using GPUs. | false |
23
+
|`CODER_USR_LIB_DIR`| The location under which GPU drivers can be found, either if mounted manually from the host or automatically by the container runtime. Only required when using GPUs. If not set, Envbox will try to automatically set this to a sensible value.| false |
24
24
|`CODER_ADD_TUN`| If `CODER_ADD_TUN=true` add a TUN device to the inner container. | false |
25
25
|`CODER_ADD_FUSE`| If `CODER_ADD_FUSE=true` add a FUSE device to the inner container. | false |
26
26
|`CODER_ADD_GPU`| If `CODER_ADD_GPU=true` add detected GPUs and related files to the inner container. Requires setting `CODER_USR_LIB_DIR` and mounting in the hosts `/usr/lib/` directory. | false |
0 commit comments