UNCLASSIFIED

Commit 428dcbc1 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

forgot to copy the .whl files in

parent a90a2d0a
Pipeline #175012 failed with stages
in 11 minutes and 2 seconds
......@@ -11,8 +11,10 @@ ARG spark_uid=185
USER root
COPY pip-21.0.1-py3-none-any.whl setuptools-53.0.0-py3-none-any.whl ./
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 && \
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 /python/spark /opt/spark/python/pyspark
......
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