Skip to content

Commit

Permalink
updated Docker for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Jan 2, 2024
1 parent f554aa4 commit d373bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM docker.io/bitnami/spark:3.1.2
FROM apache/spark-py:v3.5.0
FROM apache/spark:3.5.0-python3
USER 0
RUN apt-get update && \
apt install -y curl vim
Expand All @@ -15,6 +15,6 @@ tar --extract --gzip --strip=1
RUN pip install -r python/requirements.txt
RUN pip install zingg
RUN chmod -R a+rwx /zingg-0.4.0/models
RUN chown -R 1001 /zingg-0.4.0/models
USER 1001
RUN chown -R spark /zingg-0.4.0/models
USER spark

0 comments on commit d373bad

Please sign in to comment.