-
Notifications
You must be signed in to change notification settings - Fork 955
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
Fix broken docker build #1291
Conversation
…rsion. The base docker image contains two cuda installations which is causing errors for `cupy` package.
`cudf/api/types.py` has nominal impact to other packages.
pipe-ing to the file was causing an empty file.
Use pip installation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
"${JAXVER}" && \ | ||
"${JAXVER}" | ||
|
||
RUN apt-get install -y default-jre |
There was a problem hiding this comment.
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.
Added several fixes to resolve the issue
cupy
as the first install so that thecuda
path is resolved correctlycudf