diff --git a/docker/sedona-spark-jupyterlab/build.sh b/docker/sedona-spark-jupyterlab/build.sh index ac405e1dab..3907a55f66 100755 --- a/docker/sedona-spark-jupyterlab/build.sh +++ b/docker/sedona-spark-jupyterlab/build.sh @@ -86,7 +86,8 @@ fi if [ -z "$BUILD_MODE" ] || [ "$BUILD_MODE" = "local" ]; then # If local, build the image for the local environment - docker buildx build \ + export DOCKER_BUILDKIT=1 + docker build \ --build-arg spark_version="${SPARK_VERSION}" \ --build-arg sedona_version="${SEDONA_VERSION}" \ --build-arg geotools_wrapper_version="${GEOTOOLS_WRAPPER_VERSION}" \