Skip to content

Commit a641ddc

Browse files
committed
Reduce codespaces container to base Ubuntu
The universal container contains runtimes for Python, Node.js, JavaScript, TypeScript, C++, Java, C#, F#, .NET Core, PHP, Go, Ruby, and Conda. As we use micromamba, a lot of that is a waste of space and setup time that we won't need.
1 parent c2d502d commit a641ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"memory": "8gb",
44
"cpus": 4
55
},
6-
"image": "mcr.microsoft.com/devcontainers/universal:2",
6+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
77
"features": {
88
"ghcr.io/devcontainers/features/desktop-lite:1": {},
99
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {

0 commit comments

Comments
 (0)