We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cccb2e commit 6d4b428Copy full SHA for 6d4b428
.devcontainer/gpu/devcontainer.json
@@ -26,5 +26,8 @@
26
"ms-python.black-formatter" // Python code formatter
27
]
28
}
29
+ },
30
+ "features": {
31
+ "ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {} // Fish shell
32
33
.devcontainer/gpu/docker-compose.yaml
@@ -2,7 +2,7 @@ services:
2
ide:
3
build:
4
context: ..
5
- dockerfile: ./Dockerfile
+ dockerfile: ./gpu/Dockerfile
6
privileged: true # Docker-in-Docker needs this
7
cgroup: host # Allow setting resource constraints (e.g. memory, cpu) for containers
8
environment:
0 commit comments