Skip to content

Commit df35e87

Browse files
committed
Use fixed jupyter tensorboard version
1 parent 6465324 commit df35e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ RUN \
705705
jupyter nbextension enable collapsible_headings/main --sys-prefix && \
706706
jupyter nbextension enable codefolding/main --sys-prefix && \
707707
# TODO: tensorboard support is not working right now: Activate Jupyter Tensorboard
708-
pip install --no-cache-dir git+https://github.com/rhangelxs/jupyter_tensorboard.git && \
708+
pip install --no-cache-dir git+https://github.com/InfuseAI/jupyter_tensorboard.git && \
709709
jupyter tensorboard enable --sys-prefix && \
710710
# TODO moved to configuration files = resources/jupyter/nbconfig Edit notebook config
711711
# echo '{"nbext_hide_incompat": false}' > $HOME/.jupyter/nbconfig/common.json && \
@@ -839,7 +839,7 @@ RUN \
839839
# https://github.com/cdr/code-server/issues/171
840840
# Alternative install: /usr/local/bin/code-server --user-data-dir=$HOME/.config/Code/ --extensions-dir=$HOME/.vscode/extensions/ --install-extension ms-python-release && \
841841
RUN \
842-
SLEEP_TIMER=20 && \
842+
SLEEP_TIMER=25 && \
843843
# If minimal flavor -> exit here
844844
if [ "$WORKSPACE_FLAVOR" = "minimal" ]; then \
845845
exit 0 ; \

0 commit comments

Comments
 (0)