File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,14 @@ RUN jupyter nbextensions_configurator enable && \
183
183
jupyter nbextension enable execute_time/ExecuteTime && \
184
184
jupyter nbextension enable toc2/main && \
185
185
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
+
187
194
RUN apt autoclean && \
188
195
sed -i 's/source \/usr\/local\/nvm\/nvm.sh//' /etc/bash.bashrc && \
189
196
ln -sf /usr/share/terminfo/x/xterm-color /usr/share/terminfo/x/xterm-256color && \
You can’t perform that action at this time.
0 commit comments