Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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
2 changes: 2 additions & 0 deletions gpu-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +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/ "jupyter-collaboration-codio==4.1.4rc0"

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

# Other Utilities
Pillow
Expand Down
2 changes: 2 additions & 0 deletions standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +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/ "jupyter-collaboration-codio==4.1.4rc0"

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

# Other Utilities
Pillow
Expand Down
Loading