Skip to content

Commit 82f274a

Browse files
committed
Add xeus python
1 parent aec8f8e commit 82f274a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ENV PATH="${VIRTUAL_ENV}/bin:$PATH"
2222

2323
RUN pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
2424
pip install --no-cache-dir jupyterlab && \
25+
pip install --no-cache-dir xeus-python notebook && \
2526
rm -rf /root/.cache/pip
2627

2728
CMD ["jupyter", "lab", "--allow-root", "--NotebookApp.token=''", "--NotebookApp.password=''", "--no-browser", "--ip", "0.0.0.0"]

0 commit comments

Comments
 (0)