Skip to content

Commit 9f52445

Browse files
committed
Revert "Don't install jupyter packages on rawhide"
This reverts commit 2e9c9e6. Things might work, now that we're using nbconvert as a library: root-project/root#20456
1 parent 3090ed3 commit 9f52445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rawhide/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ RUN dnf update -y \
1212
RUN mkdir -p /py-venv \
1313
&& python3-debug -m venv --system-site-packages /py-venv/ROOT-CI \
1414
&& /py-venv/ROOT-CI/bin/pip install --no-cache-dir --upgrade pip \
15+
&& /py-venv/ROOT-CI/bin/pip install --no-cache-dir uhi nbconvert ipython ipykernel metakernel \
1516
&& rm -f requirements-root.txt

0 commit comments

Comments
 (0)