File size: 787 Bytes
b37e887
5b599e6
b37e887
 
 
 
 
 
 
 
 
 
 
 
 
 
35d6c3b
 
 
 
b37e887
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
{
	"postCreateCommand": "oryx build -p virtualenv_name=.venv --log-file /tmp/oryx-build.log --manifest-dir /tmp || echo 'Could not auto-build. Skipping.' && make set-env",
	"hostRequirements": {
		"gpus": 1
	},
	"features": {
		"ghcr.io/devcontainers/features/nvidia-cuda:1": {
			"installCudnn": true
		}
	},
	"build": {
		"dockerfile": "Dockerfile"
	},
	"customizations": {
		"vscode": {
			"extensions": [
				"GitHub.vscode-pull-request-github",
				"bradlc.vscode-tailwindcss",
				"svelte.svelte-vscode",
				"csstools.postcss"
			]
		}
	},
	"mounts": [
		"source=codespaces-linux-var-lib-docker,target=/var/lib/docker,type=volume"
	],
	"runArgs": [
		"--cap-add=SYS_PTRACE",
		"--security-opt",
		"seccomp=unconfined",
		"--privileged",
		"--init"
	],
	"remoteUser": "codespace"
}