mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Update docs/using/recipes.md
This commit is contained in:
@@ -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}"
|
||||||
|
Reference in New Issue
Block a user