forked from works-on-my-machine/pytorch-code-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.run_script.sh
More file actions
26 lines (25 loc) · 791 Bytes
/
.run_script.sh
File metadata and controls
26 lines (25 loc) · 791 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
docker run --privileged -d --init `
--name vscode-server `
--gpus=all `
--restart always `
--cpus="4" `
--dns 8.8.8.8 `
--ipc=host `
--user="1000:1000" `
--volume="${PWD}:/projects" `
-p 8888:8443 `
-e PASSWORD='password' `
adsfaaron/vscode-server-gpu:11.6.2
docker run --privileged -d --init `
--name vscode-server `
--gpus=all `
--restart always `
--cpus="4" `
--dns 8.8.8.8 `
--ipc=host `
--user="1000:1000" `
--volume="${PWD}:/projects" `
-p 8888:8443 `
-e PASSWORD='password' `
-e EXTENSIONS="ms-python.python,tushortz.python-extended-snippets,andyyaldoo.vscode-json,golang.go,redhat.vscode-yaml,vscode-icons-team.vscode-icons,HashiCorp.terraform,Tim-Koehler.helm-intellisense,Equinusocio.vsc-material-theme" `
vscode-server-gpu:11.6.2