File size: 588 Bytes
a63cedf
 
98b0b74
 
 
 
 
 
a63cedf
 
 
 
 
 
 
 
 
 
 
 
98b0b74
a63cedf
 
 
 
 
 
 
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
{
	"name": "Dermatolog AI Scanner Dev",
	"image": "medgemma_ic-medgemma-app:latest",
	"features": {
		"ghcr.io/devcontainers/features/common-utils:2": {
			"installZsh": "true",
			"upgradePackages": "true"
		}
	},
	"customizations": {
		"vscode": {
			"extensions": [
				"ms-python.python",
				"ms-python.black-formatter",
				"charliermarsh.ruff",
				"tamasfe.even-better-toml"
			]
		}
	},
	"forwardPorts": [
		8080
	],
	"postCreateCommand": "pip install -r requirements-dev.txt && playwright install --with-deps chromium && npm install",
	"runArgs": [
		"--env-file",
		".env"
	]
}