Merge pull request #1732 from alexander-manley/master

Update recipes.md
This commit is contained in:
Ayaz Salikhov
2022-07-04 09:52:13 +04:00
committed by GitHub

View File

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