Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion FeathrSandbox.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ COPY . .
RUN ./gradlew build

# Stage 3: build the docker image for feathr sandbox
FROM jupyter/pyspark-notebook

# Reference: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#versioning-via-image-tags
# For a short term we pin the spark runtime to 3.3.0 which is used in databricks LTS: https://docs.databricks.com/release-notes/runtime/11.3.html
FROM jupyter/pyspark-notebook:spark-3.3.0

USER root

Expand Down