File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
build_artifacts/v2/v2.7/v2.7.0 Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,7 @@ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
172
172
sed -i 's="Spark"="SparkMagic Spark"=g' /opt/conda/share/jupyter/kernels/sparkkernel/kernel.json && \
173
173
sed -i 's="PySpark"="SparkMagic PySpark"=g' /opt/conda/share/jupyter/kernels/pysparkkernel/kernel.json && \
174
174
# Configure RTC - disable jupyter_collaboration by default
175
- jupyter labextension disable @jupyter/collaboration-extension && \
176
- /etc/patches/apply_patches.sh && \
177
- sudo rm -rf /etc/patches
175
+ jupyter labextension disable @jupyter/collaboration-extension
178
176
179
177
# Patch glue kernels to use kernel wrapper
180
178
COPY patch_glue_pyspark.json /opt/conda/share/jupyter/kernels/glue_pyspark/kernel.json
You can’t perform that action at this time.
0 commit comments