Skip to content

Commit

Permalink
[SEDONA-418] Update Sedona docker image to 1.5.0 (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu authored Nov 3, 2023
1 parent d99ab70 commit f459b31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/sedona-spark-jupyterlab/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pandas==1.3.5
fiona==1.8.22
geopandas==0.10.2
geopandas==0.11.1
keplergl==0.3.2
pydeck==0.8.0
attrs
matplotlib
descartes
ipywidgets
jupyterlab-widgets
jupyterlab-widgets==1.1.7
ipykernel
jupyterlab==3.6.4
6 changes: 3 additions & 3 deletions docker/sedona-spark-jupyterlab/sedona-jupyterlab.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
FROM ubuntu:22.04

ARG shared_workspace=/opt/workspace
ARG spark_version=3.3.2
ARG spark_version=3.4.1
ARG hadoop_version=3
ARG hadoop_s3_version=3.3.4
ARG aws_sdk_version=1.12.402
ARG spark_xml_version=0.16.0
ARG sedona_version=1.4.1
ARG geotools_wrapper_version=1.4.0-28.2
ARG sedona_version=1.5.0
ARG geotools_wrapper_version=1.5.0-28.2

# Set up envs
ENV SHARED_WORKSPACE=${shared_workspace}
Expand Down

0 comments on commit f459b31

Please sign in to comment.