You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN sed -i '/from tensorflow_hub import uncompressed_module_resolver/a from tensorflow_hub import kaggle_module_resolver' /opt/conda/lib/python3.10/site-packages/tensorflow_hub/config.py && \
583
-
sed -i '/_install_default_resolvers()/a \ \ registry.resolver.add_implementation(kaggle_module_resolver.KaggleFileResolver())' /opt/conda/lib/python3.10/site-packages/tensorflow_hub/config.py
584
-
585
-
# Disable preloaded jupyter modules (they add to startup, and break when they are missing)
586
-
RUN sed -i /bq_stats/d /etc/ipython/ipython_kernel_config.py && \
579
+
sed -i '/_install_default_resolvers()/a \ \ registry.resolver.add_implementation(kaggle_module_resolver.KaggleFileResolver())' /opt/conda/lib/python3.10/site-packages/tensorflow_hub/config.py && \
580
+
# Disable preloaded jupyter modules (they add to startup, and break when they are missing)
581
+
sed -i /bq_stats/d /etc/ipython/ipython_kernel_config.py && \
587
582
sed -i /beatrix/d /etc/ipython/ipython_kernel_config.py && \
588
583
sed -i /bigquery/d /etc/ipython/ipython_kernel_config.py && \
589
584
sed -i /sql/d /etc/ipython/ipython_kernel_config.py
@@ -596,10 +591,9 @@ RUN ln -s /usr/local/cuda/lib64/libcusolver.so.11 /opt/conda/bin/../lib/libcusol
596
591
{{ end }}
597
592
598
593
# b/270147159: conda ships with a version of libtinfo which is missing version info causing warnings, replace it with a good version.
599
-
RUN rm /opt/conda/lib/libtinfo.so.6 && ln -s /usr/lib/x86_64-linux-gnu/libtinfo.so.6 /opt/conda/lib/libtinfo.so.6
600
-
601
-
# b/276358430: fix Jupyter lsp freezing up the jupyter server
602
-
RUN pip install "jupyter-lsp==1.5.1"
594
+
RUN rm /opt/conda/lib/libtinfo.so.6 && ln -s /usr/lib/x86_64-linux-gnu/libtinfo.so.6 /opt/conda/lib/libtinfo.so.6 && \
595
+
# b/276358430: fix Jupyter lsp freezing up the jupyter server
0 commit comments