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: docs/aws.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
@@ -91,7 +91,7 @@ the on-demand instance cost - you'll always pay the current market price, not yo
91
91
| addSwap | Optionally add this much swap space to the instance as a factor of total RAM (`RAM * addSwap`). A value of `1` sets a swapfile equal to the available RAM. |
92
92
| dockerImage | Docker image to launch |
93
93
| dockerDataDirMountPath | Path on node host to map to NodeODM data directory (/var/www/data). Use local instance storage for much faster I/O. |
94
-
|dockerAdditionalArgs| Additional args to pass to docker run command. For instance `--gpu all` to enable GPU acceleration|
94
+
|dockerGpu| Enables GPU acceleration by passing `--gpu all` to docker |
95
95
| nodeSetupCmd | Can be optionally used to run a setup command on auto-scaled nodes right before we run ODM. |
Copy file name to clipboardExpand all lines: docs/digitalocean.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
@@ -60,5 +60,5 @@ Example configuration file:
60
60
| minImages | Minimum number of images that a dataset needs to have for the autoscaler to be used (-1 = no minimum). |
61
61
| addSwap | Optionally add this much swap space to the droplet as a factor of total RAM (`RAM * addSwap`). A value of `1` sets a swapfile equal to the available RAM. |
62
62
| dockerImage | Docker image to launch
63
-
|dockerAdditionalArgs|Additional args to pass to docker run command. For instance `--gpu all` to enable GPU acceleration|
63
+
|dockerGpu|Enables GPU acceleration by passing `--gpu all` to docker|
Copy file name to clipboardExpand all lines: docs/hetzner.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
@@ -71,4 +71,4 @@ Example configuration file:
71
71
| minImages | Minimum number of images that a dataset needs to have for the autoscaler to be used (-1 = no minimum). |
72
72
| addSwap | Optionally add this much swap space to the machine as a factor of total RAM (`RAM * addSwap`). A value of `1` sets a swapfile equal to the available RAM. |
73
73
| dockerImage | Docker image to launch |
74
-
|dockerAdditionalArgs|Additional args to pass to docker run command. For instance `--gpu all` to enable GPU acceleration|
74
+
|dockerGpu|Enables GPU acceleration by passing `--gpu all` to docker|
Copy file name to clipboardExpand all lines: docs/scaleway.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
@@ -66,4 +66,4 @@ Example configuration file:
66
66
| minImages | Minimum number of images that a dataset needs to have for the autoscaler to be used (-1 = no minimum). |
67
67
| addSwap | Optionally add this much swap space to the machine as a factor of total RAM (`RAM * addSwap`). A value of `1` sets a swapfile equal to the available RAM. |
68
68
| dockerImage | Docker image to launch |
69
-
|dockerAdditionalArgs|Additional args to pass to docker run command. For instance `--gpu all` to enable GPU acceleration|
69
+
|dockerGpu|Enables GPU acceleration by passing `--gpu all` to docker|
0 commit comments