Skip to content

Commit

Permalink
Don't use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontinuation committed May 24, 2024
1 parent 04de8e2 commit 4c882c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/sedona-spark-jupyterlab/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 4c882c1

Please sign in to comment.