Skip to content

Commit 7878b8b

Browse files
authored
Remove SMUS patch logics from Dockerfile
A follow-up to #631
1 parent 1933b43 commit 7878b8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

template/v2/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,7 @@ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
172172
sed -i 's="Spark"="SparkMagic Spark"=g' /opt/conda/share/jupyter/kernels/sparkkernel/kernel.json && \
173173
sed -i 's="PySpark"="SparkMagic PySpark"=g' /opt/conda/share/jupyter/kernels/pysparkkernel/kernel.json && \
174174
# 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
178176

179177
# Patch glue kernels to use kernel wrapper
180178
COPY patch_glue_pyspark.json /opt/conda/share/jupyter/kernels/glue_pyspark/kernel.json

0 commit comments

Comments
 (0)