Skip to content

Commit

Permalink
add conda to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Jul 29, 2023
1 parent c54e825 commit 0f833b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"version": "prerelease",
"installTinyTex": true,
"installChromium": false
}
}
},
"ghcr.io/devcontainers/features/conda:1": {}
},
"postCreateCommand": "conda env update --prefix ./env --file environment.yml --prune"
}

0 comments on commit 0f833b3

Please sign in to comment.