Skip to content

Commit

Permalink
[xy] Add Dockerfile for spark env. (mage-ai#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoyou1993 authored Mar 10, 2023
1 parent 314bedc commit cbbadee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integrations/spark/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM mageai/mageai:latest
ARG PIP=pip3

RUN apt-get update && \
apt-get install -y --no-install-recommends \
openjdk-11-jre

RUN ${PIP} install pyspark

ENV MAGE_DATA_DIR=

0 comments on commit cbbadee

Please sign in to comment.