diff --git a/Dockerfile b/Dockerfile index 5fc276028d3ec0a6bd9ff2a31d66597161be3752..b2544bf2a6c13f0a8af22d965f17243529f5b25f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN dnf -y update && dnf -y upgrade && \ mkdir -p /opt/spark/python/lib && \ chown -R 185:185 /opt/spark/ -COPY --from=base /opt/spark/python/pyspark /opt/spark/python/pyspark +# This directory isn't present in this version +#COPY --from=base /opt/spark/python/pyspark /opt/spark/python/pyspark COPY --from=base /opt/spark/python/lib /opt/spark/python/lib # This is from the current version, not the version this container is based on