Skip to content

Commit

Permalink
Added empty jupyter category in toml and install in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Oct 1, 2024
1 parent e75ce30 commit 0104049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.4 /uv /bin/uv
RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
uv export --extra plugins | uv pip install -r /dev/stdin --system
uv export --extra plugins --extra jupyter | uv pip install -r /dev/stdin --system


# Get rid ot the following message when you open a terminal in jupyterlab:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ plugins = [
"nomad-parser-plugins-workflow>=1.0",
"nomad-parser-plugins-database>=1.0",
]
jupyter = []
dev = ["nomad-lab[parsing, infrastructure, dev]>=1.3.4"]

[tool.uv]
Expand Down

0 comments on commit 0104049

Please sign in to comment.