File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 && \
841841RUN \
842- SLEEP_TIMER=20 && \
842+ SLEEP_TIMER=25 && \
843843 # If minimal flavor -> exit here
844844 if [ "$WORKSPACE_FLAVOR" = "minimal" ]; then \
845845 exit 0 ; \
You can’t perform that action at this time.
0 commit comments