Skip to content

Commit

Permalink
update README [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Feb 16, 2024
1 parent e120225 commit 05662df
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
@@ -1,11 +1,11 @@
# NaaVRE flavors

NaaVRE flavors extend the base edition by adding extra dependencies and
publishing two docker images:

- `naavre-jupyter-myflavor`, the NaaVRE Jupyter Lab image, based on `qcdis/n-a-a-vre`
- `naavre-cell-myflavor`, the NaaNaaVRE cell base image
publishing three docker images:

- `naavre-jupyter-myflavor`, the NaaVRE Jupyter Lab image, based on `qcdis/n-a-a-vre` (skipped `python` and `r` flavors). This is the image for the users Jupyter Lab instances, containing dependencies for notebook execution.
- `naavre-cell-build-myflavor`, the base images for the `build` stage of NaaVRE cells. This image contains conda dependencies for containerized cells execution.
- `naavre-cell-runtime-myflavor`, the base images for the `runtime` stage of NaaVRE cells. This image contains other dependencies (system, manually added, etc.) for containerized cells execution.

Each flavor corresponds to a directory `./flavors/myflavor`, with the following
structure:
Expand Down

0 comments on commit 05662df

Please sign in to comment.