We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0aa51 commit d801b6bCopy full SHA for d801b6b
vendor/ngc-tensorflow/Dockerfile.20.11-tf2-py3
@@ -197,7 +197,7 @@ RUN apt autoclean && \
197
rm -rf /tmp/*
198
199
# Install ipython kernelspec
200
-RUN /usr/bin/python3 -m ipykernel install --display-name "Python 3.6 (NGC 20.12 / TensorFlow 2.3) on Backend.AI" && \
+RUN /usr/bin/python3 -m ipykernel install --display-name "Python 3.6 (NGC 20.11 / TensorFlow 2.3) on Backend.AI" && \
201
cat /usr/local/share/jupyter/kernels/python3/kernel.json
202
203
# Backend.AI specifics
0 commit comments