From 4243f368b49d451eb8505030994928e49466ea01 Mon Sep 17 00:00:00 2001 From: jweatherford Date: Wed, 24 Feb 2021 12:14:20 -0500 Subject: [PATCH] patch change for pyspark --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d988f94..34883a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN dnf -y update && dnf -y upgrade && \ pip3 install --upgrade ./pip-21.0.1-py3-none-any.whl ./setuptools-53.0.0-py3-none-any.whl && \ rm -rf /var/cache/dnf -COPY --from=base /opt/spark/python/spark /opt/spark/python/pyspark +COPY --from=base /opt/spark/python/pyspark /opt/spark/python/pyspark COPY --from=base /opt/spark/python/lib /opt/spark/python/lib -- GitLab