Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pyspark/executors/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OWNER := us-docker.pkg.dev/vgi-pn-277619/data-team/pubnative
REPO := ${OWNER}/pyspark-executor
TAG := v3.4.1-python3.11-2
TAG := v3.4.1-python3.11-3
IMAGE := ${REPO}:${TAG}

build:
Expand Down
1 change: 1 addition & 0 deletions pyspark/executors/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ werkzeug==3.0.1 ; python_version >= "3.11" and python_version < "3.12"
wheel==0.42.0 ; python_version >= "3.11" and python_version < "3.12"
wrapt==1.14.1 ; python_version >= "3.11" and python_version < "3.12"
xarray==2023.12.0 ; python_version >= "3.11" and python_version < "3.12"
xgboost=3.0.0; python_version >= "3.11" and python_version < "3.12"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and why not add the same to jupyterhub image too so there is no version mismatch?

yarl==1.9.4 ; python_version >= "3.11" and python_version < "3.12"