Skip to content

Commit 5bf3a07

Browse files
authored
Update Dockerfile.21.11-py3
1 parent e2dc282 commit 5bf3a07

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

vendor/ngc-pytorch/Dockerfile.21.11-py3

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,14 @@ RUN jupyter nbextensions_configurator enable && \
183183
jupyter nbextension enable execute_time/ExecuteTime && \
184184
jupyter nbextension enable toc2/main && \
185185
jupyter lab build
186-
186+
187+
RUN pip uninstall -y tensorboardX && \
188+
pip install -U tensorboard==1.15 && \
189+
pip uninstall -y mesh-tensorflow tensorflow tensorflow-addons \
190+
tensorflow-datasets tensorflow-estimator tensorflow-gan \
191+
tensorflow-hub tensorflow-metadata tensorflow-model-analysis \
192+
tensorflow-probability tensorflow-serving-api tensorflow-text
193+
187194
RUN apt autoclean && \
188195
sed -i 's/source \/usr\/local\/nvm\/nvm.sh//' /etc/bash.bashrc && \
189196
ln -sf /usr/share/terminfo/x/xterm-color /usr/share/terminfo/x/xterm-256color && \

0 commit comments

Comments
 (0)