Skip to content

Commit 820fa92

Browse files
authored
Update Dockerfile
1 parent 709703d commit 820fa92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ RUN yum update -y && \
2727
yum -y versionlock add java-1.8.0-openjdk-1.8.0.362.b08-0.amzn2.0.1.x86_64 && \
2828
yum -y install java-1.8.0-openjdk && \
2929
yum -y install unzip && \
30-
3130
pip install --upgrade pip && \
3231
pip install pyspark==$PYSPARK_VERSION boto3 && \
33-
3432
yum clean all
3533

3634
# Install pydeequ if FRAMEWORK is DEEQU

0 commit comments

Comments
 (0)