We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709703d commit 820fa92Copy full SHA for 820fa92
Dockerfile
@@ -27,10 +27,8 @@ RUN yum update -y && \
27
yum -y versionlock add java-1.8.0-openjdk-1.8.0.362.b08-0.amzn2.0.1.x86_64 && \
28
yum -y install java-1.8.0-openjdk && \
29
yum -y install unzip && \
30
-
31
pip install --upgrade pip && \
32
pip install pyspark==$PYSPARK_VERSION boto3 && \
33
34
yum clean all
35
36
# Install pydeequ if FRAMEWORK is DEEQU
0 commit comments