Skip to content

Commit

Permalink
tracking latest nvcr.io/nvidia/pytorch:22.04-py3
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSnowbird authored and DrSnowbird committed May 18, 2022
1 parent 8859890 commit 26ee8d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/pytorch:22.01-py3
FROM nvcr.io/nvidia/pytorch:22.04-py3

MAINTAINER OpenKBS <[email protected]>

Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ seaborn
pyLDAvis
networkx

# ipython
ipywidgets
widgetsnbextension

# Graphviz, Network Node-Edge
pydot
networkx
Expand Down
4 changes: 4 additions & 0 deletions scripts/run-jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ jupyter nbextension enable --py --user widgetsnbextension

#### ---- Auto completion ----
#jupyter nbextension install --py jupyter_tabnine --system

#### ---- enable notebook extension and server extension
#jupyter nbextension enable --py --user jupyter_tabnine
#jupyter serverextension enable --py --user jupyter_tabnine

# ref: https://stackoverflow.com/questions/41743837/no-such-comm-target-registered-error-in-ipython
jupyter nbextension enable --py widgetsnbextension

DATA_RATE_LIMIT=1.0e10
DATA_RATE_ARGS="--NotebookApp.iopub_data_rate_limit=${DATA_RATE_LIMIT}"

Expand Down

0 comments on commit 26ee8d8

Please sign in to comment.