Skip to content

Commit 97de61d

Browse files
Update docs/using/recipes.md
Co-authored-by: Ayaz Salikhov <[email protected]>
1 parent e02f8e1 commit 97de61d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/using/recipes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,11 @@ Please note that the [Delta Lake](https://delta.io/) packages are only available
524524
FROM jupyter/pyspark-notebook:latest
525525

526526
ARG DELTA_CORE_VERSION="1.0.0"
527+
RUN pip install --quiet --no-cache-dir delta-spark==${DELTA_CORE_VERSION} && \
528+
fix-permissions "${HOME}" && \
529+
fix-permissions "${CONDA_DIR}"
527530

528531
USER root
529-
RUN pip install delta-spark==${DELTA_CORE_VERSION}
530532

531533
RUN echo 'spark.sql.extensions io.delta.sql.DeltaSparkSessionExtension' >> $SPARK_HOME/conf/spark-defaults.conf && \
532534
echo 'spark.sql.catalog.spark_catalog org.apache.spark.sql.delta.catalog.DeltaCatalog' >> $SPARK_HOME/conf/spark-defaults.conf

0 commit comments

Comments
 (0)