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.
2 parents 6398858 + 695eb1c commit 709703dCopy full SHA for 709703d
Dockerfile
@@ -26,7 +26,8 @@ RUN yum update -y && \
26
yum -y install yum-plugin-versionlock && \
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
0 commit comments