UNCLASSIFIED

Commit 72d7da0d authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

lets try new paths

parent 4243f368
Pipeline #175276 failed with stages
in 11 minutes and 20 seconds
......@@ -17,8 +17,8 @@ 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/pyspark /opt/spark/python/pyspark
COPY --from=base /opt/spark/python/lib /opt/spark/python/lib
COPY --from=base python/pyspark /opt/spark/python/pyspark
COPY --from=base python/lib /opt/spark/python/lib
ENV SPARK_HOME /opt/spark
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment