Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve dask-sql/distributed build failures #75

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

charlesbluca
Copy link
Member

@charlesbluca charlesbluca commented Oct 30, 2023

The switch to rapidsai/miniforge-cuda base images introduced a couple small build failures that this should fix; in particular:

  • Need a wget installation in dask-sql's images to install rustup
  • Need to loosen dask-sql CI's libprotobuf pinning to avoid conflict with cuDF
  • Need a C compiler in distributed's images to source install crick

@charlesbluca charlesbluca changed the title Install wget in dask-sql images Resolve dask-sql/distributed build failures Oct 30, 2023
@@ -34,6 +37,7 @@ RUN cat /rapids.yml \

# need to unpin dask, pyarrow, and uvicorn in python 3.9 environment
RUN cat /dask.yml \
| sed -r "s/libprotobuf=/libprotobuf>=/g" \
Copy link
Member Author

@charlesbluca charlesbluca Oct 30, 2023

Choose a reason for hiding this comment

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

Normally it would make more sense to address this conflict directly in dask-sql; however, since it seems like we're generally going to drop this dep soon anyways with dask-contrib/dask-sql#1249 figured a short term unblocker would be good for now

Copy link
Member

Choose a reason for hiding this comment

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

Agreed, a short-term fix is reasonable.

Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @charlesbluca !

@@ -34,6 +37,7 @@ RUN cat /rapids.yml \

# need to unpin dask, pyarrow, and uvicorn in python 3.9 environment
RUN cat /dask.yml \
| sed -r "s/libprotobuf=/libprotobuf>=/g" \
Copy link
Member

Choose a reason for hiding this comment

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

Agreed, a short-term fix is reasonable.

@charlesbluca charlesbluca merged commit f63ee92 into rapidsai:main Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants