Update recipes.md

Delta 1.2 was released.  Important key improvements were made.
This commit is contained in:
Alexander Manley
2022-04-19 12:23:32 -04:00
committed by GitHub
parent f6ac8f26bd
commit e9c993f055

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.1.0"
ARG DELTA_CORE_VERSION="1.2.0"
RUN pip install --quiet --no-cache-dir delta-spark==${DELTA_CORE_VERSION} && \
fix-permissions "${HOME}" && \
fix-permissions "${CONDA_DIR}"