Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
Updated EMR version and remove python/pip update
  • Loading branch information
knkarthik01 authored Jan 8, 2025
1 parent f50b24a commit ffe9c1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utilities/local-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG EMR_RELEASE=6.9.0
ARG EMR_RELEASE=7.5.0

FROM public.ecr.aws/emr-serverless/spark/emr-$EMR_RELEASE:latest

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then curl "https://awscli.amazonaws.com/awsc
RUN if [ "$TARGETARCH" != "amd64" ]; then yum install -y gcc python3-devel; fi

# Upgrade pip first
RUN python3 -m pip install -U pip
# RUN python3 -m pip install -U pip

# Enable Jupyter notebooks - can be used when running in a devcontainer or by exposing 8080 and running jupyter server
ENV PATH "/home/hadoop/.local/bin:$PATH"
Expand All @@ -44,4 +44,4 @@ EXPOSE 8080

USER hadoop:hadoop

ENTRYPOINT [ "/bin/bash" ]
ENTRYPOINT [ "/bin/bash" ]

0 comments on commit ffe9c1c

Please sign in to comment.