-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update docker image to use mamba based image + use conda packages as … #107
Conversation
2c7d9d5
to
bf398a3
Compare
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.
@leavauchier Nice that if finally build. However the install does not look like it would work with cuda in its current state. Could you update and test? :)
bf398a3
to
4f092c3
Compare
I updated and tested on my local machine, but if we want to have automatic testing, it would require that the ci machine has cuda installed too |
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.
LGTM :)
Then I'll merge as soon as the CI works :) |
d98e0af
to
b7562e9
Compare
aaf0787
to
065a57a
Compare
065a57a
to
ab6e533
Compare
LGTM! |
…much as possible
This should resolve docker image build issues (image not building anymore from scratch), mainly by using a prebuilt image with micromamba and cuda installed.
Add .dockerignore to ignore cached files during docker image building
Perfs: