{
	"name": "AI",
	"build": {
		"dockerfile": "Dockerfile",
		"args": {
			// Use the VARIANT arg to pick a Debian OS version: buster, bullseye
			// Use bullseye when running on local arm64/Apple Silicon.
			"VARIANT": "buster",
			// Options
			"INSTALL_MAVEN": "true",
			"INSTALL_GRADLE": "true",
			"NODE_VERSION": "lts/*"
		}
	},
	"customizations": {
		"vscode": {
			"extensions": [
				"ms-python.python",
				"ms-toolsai.jupyter",
				"GitHub.copilot-labs",
				"GitHub.copilot-nightly",
				"ms-toolsai.jupyter-keymap",
				"ms-toolsai.jupyter-renderers",
				"ms-vscode.makefile-tools",
				"ms-python.vscode-pylance"
			]
		}
	},
	"features": {
		 "ghcr.io/devcontainers/features/nvidia-cuda:1": {
			"installCudnn": true
		 }
	}
}