We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b876f commit 07b30ffCopy full SHA for 07b30ff
1 file changed
README.md
@@ -15,8 +15,8 @@ docker pull ghcr.io/enzymead/enzyme-dev-docker/ubuntu-22-llvm-16:latest
15
16
Create a `devcontainer.json` in your project:
17
```
18
-// available ubuntu versions: [20, 22]
19
-// available llvm versions: [11, 12, 13, 14, 15, 16, 17, 18]
+// available ubuntu versions: [20, 22, 24]
+// available llvm versions: [11, 12, 13, 14, 15, 16, 17, 18, 19]
20
{
21
"name": "Enzyme",
22
"image": "ghcr.io/enzymead/enzyme-dev-docker/ubuntu-22-llvm-16:latest",
@@ -33,8 +33,8 @@ Create a `devcontainer.json` in your project:
33
## remote development container
34
35
36
37
38
39
40
0 commit comments