Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Aug 21, 2024
1 parent e4b876f commit 07b30ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ docker pull ghcr.io/enzymead/enzyme-dev-docker/ubuntu-22-llvm-16:latest

Create a `devcontainer.json` in your project:
```
// available ubuntu versions: [20, 22]
// 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]
{
"name": "Enzyme",
"image": "ghcr.io/enzymead/enzyme-dev-docker/ubuntu-22-llvm-16:latest",
Expand All @@ -33,8 +33,8 @@ Create a `devcontainer.json` in your project:
## remote development container

```
// available ubuntu versions: [20, 22]
// 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]
{
"name": "Enzyme",
"image": "ghcr.io/enzymead/enzyme-dev-docker/ubuntu-22-llvm-16:latest",
Expand Down

0 comments on commit 07b30ff

Please sign in to comment.