Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gpu-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ USER ${NB_UID}
COPY --chown=${NB_UID}:${NB_GID} requirements.txt /tmp/
RUN pip install --no-cache-dir -r /tmp/requirements.txt

RUN pip install --force-reinstall --no-cache-dir -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ "jupyterlab-v4-codio-ext==0.1.22"
RUN pip install --force-reinstall --no-cache-dir -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ "jupyter-collaboration-codio==4.1.4rc0"

# Expose Jupyter port
Expand Down
1 change: 0 additions & 1 deletion gpu-cuda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ einops
# Jupyter Extensions
ipywidgets
jupyter-contrib-nbextensions
jupyterlab-v4-codio-ext

# Other Utilities
Pillow
Expand Down
1 change: 1 addition & 0 deletions standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ USER ${NB_UID}
COPY --chown=${NB_UID}:${NB_GID} requirements.txt /tmp/
RUN pip install --no-cache-dir -r /tmp/requirements.txt

RUN pip install --force-reinstall --no-cache-dir -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ "jupyterlab-v4-codio-ext==0.1.22"
RUN pip install --force-reinstall --no-cache-dir -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ "jupyter-collaboration-codio==4.1.4rc0"

# Expose Jupyter port
Expand Down
1 change: 0 additions & 1 deletion standard/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ einops
# Jupyter Extensions
ipywidgets
jupyter-contrib-nbextensions
jupyterlab-v4-codio-ext

# Other Utilities
Pillow
Expand Down
Loading