Skip to content

Commit 2cab2ae

Browse files
committed
Add jupyter-collaboration package to collaboration extras in Dockerfile
1 parent 8694568 commit 2cab2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ RUN mamba install --yes \
122122

123123
# Install collaboration extras
124124
RUN mamba install --yes \
125-
'jupyter-archive' && \
125+
'jupyter-archive' \
126+
'jupyter-collaboration' && \
126127
mamba clean --all -f -y && \
127128
fix-permissions "${CONDA_DIR}" && \
128129
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)