Skip to content

Commit 5fc9eb1

Browse files
committed
CUDA: Rename source of workspaceMount
1 parent 869167e commit 5fc9eb1

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.devcontainer/cuda-julia-base/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777

7878
// Set 'remoteUser' to 'root' to connect as root instead.
7979
"remoteUser": "vscode",
80-
"workspaceMount": "source=cuda-julia-base-home-vscode,target=/home/vscode,type=volume",
80+
"workspaceMount": "source=dsdc-cuda-julia-base-home-vscode,target=/home/vscode,type=volume",
8181
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-julia-base-home-vscode,target=/home/vscode,type=bind",
8282
"workspaceFolder": "/home/vscode",
8383

8484
// "remoteUser": "root",
85-
// "workspaceMount": "source=cuda-julia-base-root,target=/root,type=volume",
85+
// "workspaceMount": "source=dsdc-cuda-julia-base-root,target=/root,type=volume",
8686
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-julia-base-root,target=/root,type=bind",
8787
// "workspaceFolder": "/root",
8888

.devcontainer/cuda-julia-pubtools/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979

8080
// Set 'remoteUser' to 'root' to connect as root instead.
8181
"remoteUser": "vscode",
82-
"workspaceMount": "source=cuda-julia-pubtools-home-vscode,target=/home/vscode,type=volume",
82+
"workspaceMount": "source=dsdc-cuda-julia-pubtools-home-vscode,target=/home/vscode,type=volume",
8383
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-julia-pubtools-home-vscode,target=/home/vscode,type=bind",
8484
"workspaceFolder": "/home/vscode",
8585

8686
// "remoteUser": "root",
87-
// "workspaceMount": "source=cuda-julia-pubtools-root,target=/root,type=volume",
87+
// "workspaceMount": "source=dsdc-cuda-julia-pubtools-root,target=/root,type=volume",
8888
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-julia-pubtools-root,target=/root,type=bind",
8989
// "workspaceFolder": "/root",
9090

.devcontainer/cuda-python-base/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474

7575
// Set 'remoteUser' to 'root' to connect as root instead.
7676
"remoteUser": "vscode",
77-
"workspaceMount": "source=cuda-python-base-home-vscode,target=/home/vscode,type=volume",
77+
"workspaceMount": "source=dsdc-cuda-python-base-home-vscode,target=/home/vscode,type=volume",
7878
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-python-base-home-vscode,target=/home/vscode,type=bind",
7979
"workspaceFolder": "/home/vscode",
8080

8181
// "remoteUser": "root",
82-
// "workspaceMount": "source=cuda-python-base-root,target=/root,type=volume",
82+
// "workspaceMount": "source=dsdc-cuda-python-base-root,target=/root,type=volume",
8383
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-python-base-root,target=/root,type=bind",
8484
// "workspaceFolder": "/root",
8585

.devcontainer/cuda-python-scipy/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676

7777
// Set 'remoteUser' to 'root' to connect as root instead.
7878
"remoteUser": "vscode",
79-
"workspaceMount": "source=cuda-python-scipy-home-vscode,target=/home/vscode,type=volume",
79+
"workspaceMount": "source=dsdc-cuda-python-scipy-home-vscode,target=/home/vscode,type=volume",
8080
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-python-scipy-home-vscode,target=/home/vscode,type=bind",
8181
"workspaceFolder": "/home/vscode",
8282

8383
// "remoteUser": "root",
84-
// "workspaceMount": "source=cuda-python-scipy-root,target=/root,type=volume",
84+
// "workspaceMount": "source=dsdc-cuda-python-scipy-root,target=/root,type=volume",
8585
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-python-scipy-root,target=/root,type=bind",
8686
// "workspaceFolder": "/root",
8787

.devcontainer/cuda-r-base/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686

8787
// Set 'remoteUser' to 'root' to connect as root instead.
8888
"remoteUser": "vscode",
89-
"workspaceMount": "source=cuda-r-base-home-vscode,target=/home/vscode,type=volume",
89+
"workspaceMount": "source=dsdc-cuda-r-base-home-vscode,target=/home/vscode,type=volume",
9090
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-base-home-vscode,target=/home/vscode,type=bind",
9191
"workspaceFolder": "/home/vscode",
9292

9393
// "remoteUser": "root",
94-
// "workspaceMount": "source=cuda-r-base-root,target=/root,type=volume",
94+
// "workspaceMount": "source=dsdc-cuda-r-base-root,target=/root,type=volume",
9595
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-base-root,target=/root,type=bind",
9696
// "workspaceFolder": "/root",
9797

.devcontainer/cuda-r-geospatial/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888

8989
// Set 'remoteUser' to 'root' to connect as root instead.
9090
"remoteUser": "vscode",
91-
"workspaceMount": "source=cuda-r-geospatial-home-vscode,target=/home/vscode,type=volume",
91+
"workspaceMount": "source=dsdc-cuda-r-geospatial-home-vscode,target=/home/vscode,type=volume",
9292
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-geospatial-home-vscode,target=/home/vscode,type=bind",
9393
"workspaceFolder": "/home/vscode",
9494

9595
// "remoteUser": "root",
96-
// "workspaceMount": "source=cuda-r-geospatial-root,target=/root,type=volume",
96+
// "workspaceMount": "source=dsdc-cuda-r-geospatial-root,target=/root,type=volume",
9797
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-geospatial-root,target=/root,type=bind",
9898
// "workspaceFolder": "/root",
9999

.devcontainer/cuda-r-qgisprocess/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888

8989
// Set 'remoteUser' to 'root' to connect as root instead.
9090
"remoteUser": "vscode",
91-
"workspaceMount": "source=cuda-r-qgisprocess-home-vscode,target=/home/vscode,type=volume",
91+
"workspaceMount": "source=dsdc-cuda-r-qgisprocess-home-vscode,target=/home/vscode,type=volume",
9292
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-qgisprocess-home-vscode,target=/home/vscode,type=bind",
9393
"workspaceFolder": "/home/vscode",
9494

9595
// "remoteUser": "root",
96-
// "workspaceMount": "source=cuda-r-qgisprocess-root,target=/root,type=volume",
96+
// "workspaceMount": "source=dsdc-cuda-r-qgisprocess-root,target=/root,type=volume",
9797
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-qgisprocess-root,target=/root,type=bind",
9898
// "workspaceFolder": "/root",
9999

.devcontainer/cuda-r-tidyverse/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686

8787
// Set 'remoteUser' to 'root' to connect as root instead.
8888
"remoteUser": "vscode",
89-
"workspaceMount": "source=cuda-r-tidyverse-home-vscode,target=/home/vscode,type=volume",
89+
"workspaceMount": "source=dsdc-cuda-r-tidyverse-home-vscode,target=/home/vscode,type=volume",
9090
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-tidyverse-home-vscode,target=/home/vscode,type=bind",
9191
"workspaceFolder": "/home/vscode",
9292

9393
// "remoteUser": "root",
94-
// "workspaceMount": "source=cuda-r-tidyverse-root,target=/root,type=volume",
94+
// "workspaceMount": "source=dsdc-cuda-r-tidyverse-root,target=/root,type=volume",
9595
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-tidyverse-root,target=/root,type=bind",
9696
// "workspaceFolder": "/root",
9797

.devcontainer/cuda-r-verse/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888

8989
// Set 'remoteUser' to 'root' to connect as root instead.
9090
"remoteUser": "vscode",
91-
"workspaceMount": "source=cuda-r-verse-home-vscode,target=/home/vscode,type=volume",
91+
"workspaceMount": "source=dsdc-cuda-r-verse-home-vscode,target=/home/vscode,type=volume",
9292
// "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-verse-home-vscode,target=/home/vscode,type=bind",
9393
"workspaceFolder": "/home/vscode",
9494

9595
// "remoteUser": "root",
96-
// "workspaceMount": "source=cuda-r-verse-root,target=/root,type=volume",
96+
// "workspaceMount": "source=dsdc-cuda-r-verse-root,target=/root,type=volume",
9797
// // "workspaceMount": "source=${localWorkspaceFolder}/.devcontainer/bind-mounts/dsdc-cuda-r-verse-root,target=/root,type=bind",
9898
// "workspaceFolder": "/root",
9999

0 commit comments

Comments
 (0)