File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -661,6 +661,12 @@ RUN sed -i '/from tensorflow_hub import uncompressed_module_resolver/a from tens
661
661
# jupyter-serverextension disable nb_conda --py --sys-prefix && \
662
662
# python -m nb_conda_kernels.install --disable
663
663
664
+ # Disable preloaded jupyter modules (they add to startup, and break when they are missing)
665
+ RUN sed -i /bq_stats/d /etc/ipython/ipython_kernel_config.py && \
666
+ sed -i /beatrix/d /etc/ipython/ipython_kernel_config.py && \
667
+ sed -i /bigquery/d /etc/ipython/ipython_kernel_config.py && \
668
+ sed -i /sql/d /etc/ipython/ipython_kernel_config.py
669
+
664
670
# Force only one libcusolver
665
671
{{ if eq .Accelerator "gpu" }}
666
672
RUN rm /opt/conda/bin/../lib/libcusolver.so.11 && ln -s /usr/local/cuda/lib64/libcusolver.so.11 /opt/conda/bin/../lib/libcusolver.so.11
You can’t perform that action at this time.
0 commit comments