Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Feb 24, 2024
1 parent 0bbad14 commit 1e714ab
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 @@ -16,10 +16,10 @@ docker pull ghcr.io/enzymead/enzyme-dev-docker/ubuntu-20-llvm-12:latest
Create a `devcontainer.json` in your project:
```
// available ubuntu versions: [20, 22]
// available llvm versions: [11, 12, 13, 14, 15, 16, 17]
// available llvm versions: [11, 12, 13, 14, 15, 16, 17, 18]
{
"name": "Enzyme",
"image": "ghcr.io/enzymead/enzyme-dev-docker/ubuntu-20-llvm-12:latest",
"image": "ghcr.io/enzymead/enzyme-dev-docker/ubuntu-22-llvm-16:latest",
"mounts": [
"source=enzyme-bashhistory,target=/commandhistory,type=volume",
"source=enzyme-extensions,target=/root/.vscode-server/extensions,type=volume",
Expand All @@ -34,10 +34,10 @@ Create a `devcontainer.json` in your project:

```
// available ubuntu versions: [20, 22]
// available llvm versions: [11, 12, 13, 14, 15, 16, 17]
// available llvm versions: [11, 12, 13, 14, 15, 16, 17, 18]
{
"name": "Enzyme",
"image": "ghcr.io/enzymead/enzyme-dev-docker/ubuntu-20-llvm-12:latest",
"image": "ghcr.io/enzymead/enzyme-dev-docker/ubuntu-22-llvm-16:latest",
"workspaceFolder": "/workspace",
"workspaceMount": "source=enzyme-source,target=/workspace,type=volume",
"mounts": [
Expand Down

0 comments on commit 1e714ab

Please sign in to comment.