Skip to content

Commit 6d4b428

Browse files
committed
Fix missing fish and wrong container target
1 parent 9cccb2e commit 6d4b428

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/gpu/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"ms-python.black-formatter" // Python code formatter
2727
]
2828
}
29+
},
30+
"features": {
31+
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {} // Fish shell
2932
}
3033
}

.devcontainer/gpu/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
ide:
33
build:
44
context: ..
5-
dockerfile: ./Dockerfile
5+
dockerfile: ./gpu/Dockerfile
66
privileged: true # Docker-in-Docker needs this
77
cgroup: host # Allow setting resource constraints (e.g. memory, cpu) for containers
88
environment:

0 commit comments

Comments
 (0)