Update docs/using/recipes.md

This commit is contained in:
Ayaz Salikhov
2022-01-13 17:31:16 +03:00
committed by GitHub
parent 4579e5acf3
commit 1ebca76164

View File

@@ -530,7 +530,7 @@ By adding the properties to `spark-defaults.conf`, the user no longer needs to e
```dockerfile ```dockerfile
FROM jupyter/pyspark-notebook:lab-3.1.18 FROM jupyter/pyspark-notebook:lab-3.1.18
ARG DELTA_CORE_VERSION="1.0.0" ARG DELTA_CORE_VERSION="1.1.0"
RUN pip install --quiet --no-cache-dir delta-spark==${DELTA_CORE_VERSION} && \ RUN pip install --quiet --no-cache-dir delta-spark==${DELTA_CORE_VERSION} && \
fix-permissions "${HOME}" && \ fix-permissions "${HOME}" && \
fix-permissions "${CONDA_DIR}" fix-permissions "${CONDA_DIR}"