From 1ebca76164f5244b26e66c59d3c6880075e83754 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 13 Jan 2022 17:31:16 +0300 Subject: [PATCH] Update docs/using/recipes.md --- docs/using/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/recipes.md b/docs/using/recipes.md index 58bae7cc..cff74470 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -530,7 +530,7 @@ By adding the properties to `spark-defaults.conf`, the user no longer needs to e ```dockerfile 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} && \ fix-permissions "${HOME}" && \ fix-permissions "${CONDA_DIR}"