Skip to content

Commit

Permalink
docker-composedocker compose (databricks#173)
Browse files Browse the repository at this point in the history
* `docker-compose` ➔ `docker compose`

* Bump Spark
  • Loading branch information
Fokko authored Aug 14, 2024
1 parent bb796a0 commit 7019f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pip3 install pre-commit && pre-commit run --all-files

- name: Build container
run: docker-compose pull && docker-compose build && docker-compose up -d
run: docker compose pull && docker compose build && docker compose up -d

- name: Wait until the container is up
run: |
Expand Down
2 changes: 1 addition & 1 deletion spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:$

WORKDIR ${SPARK_HOME}

ENV SPARK_VERSION=3.5.1
ENV SPARK_VERSION=3.5.2
ENV SPARK_MAJOR_VERSION=3.5
ENV ICEBERG_VERSION=1.5.2

Expand Down

0 comments on commit 7019f82

Please sign in to comment.