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

Fix broken docker build #1291

Merged
merged 8 commits into from
Aug 18, 2023
Merged

Fix broken docker build #1291

merged 8 commits into from
Aug 18, 2023

Conversation

neshdev
Copy link
Member

@neshdev neshdev commented Aug 18, 2023

Added several fixes to resolve the issue

  1. Move cupy as the first install so that the cuda path is resolved correctly
  2. Removed problematic typing in cudf
  3. Added java jre for h20 lib

@neshdev neshdev requested review from rosbo and djherbis August 18, 2023 07:45
Copy link
Contributor

@djherbis djherbis left a comment

Choose a reason for hiding this comment

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

Awesome!

@neshdev neshdev merged commit 9111864 into main Aug 18, 2023
3 checks passed
@neshdev neshdev deleted the fix-cupy branch August 18, 2023 13:45
"${JAXVER}" && \
"${JAXVER}"

RUN apt-get install -y default-jre
Copy link
Contributor

Choose a reason for hiding this comment

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

We call /tmp/clean-layer.sh to ensure the apt-cache is cleared at the end of the docker layer, otherwise, this makes this docker image layer larger and increase the total image size.

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.

3 participants