Giter VIP home page Giter VIP logo

Comments (13)

jakirkham avatar jakirkham commented on June 12, 2024 1

Turns out the issue is pretty simple actually. We weren't getting the right entrypoint script. Fixing with PR ( #210 ).

That said, we still have build issues with the CUDA arch images ( #208 ). So will need to sort that out somehow to get new image builds.

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024 1

Submitted a couple PRs to drop the CUDA_HOME workaround:

Though haven't handled all cases. This is probably a good starting point for a list of them.

from docker-images.

leofang avatar leofang commented on June 12, 2024

Looks like the aarch64 images have the same problem (#189).

cc: @jakirkham (for awareness)

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024

For the PPC images, PR ( #181 ) added this

# Add `CUDA_HOME` binaries to `PATH`.
export PATH="${PATH}:${CUDA_HOME}/bin"


That said, ARM images currently lack those lines. Fixing that here ( #206 )

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024

cc @jaimergp (in case you have thoughts on this as well)

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024

I'm wondering if this has something to do with how we are running QEMU. Normally when calling docker run, we add -it, which should spin up a pseudo-TTY in interactive mode. When that wasn't done in the past, the source activation wouldn't work correctly.

from docker-images.

jaimergp avatar jaimergp commented on June 12, 2024

That's weird indeed and would explain why we still needed to manually export CUDA_PATH on the ppc builds for OpenMM, iirc.

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024

cc @mariusvniekerk (in case you have insights on how we might get this working with QEMU 🙂)

from docker-images.

leofang avatar leofang commented on June 12, 2024

Good catch! Thanks, John.

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024

Ofc images are building (though pretty close to done) so may take a bit more before the fix is deployed

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024

All of the images were built and pushed except conda-forge/linux-anvil-ppc64le-cuda:11.6, which ran into some timeout downloading thing. Restarted just that build.

Edit: These are all now deployed

from docker-images.

leofang avatar leofang commented on June 12, 2024

Yeah I'll drop them gradually when working on new PRs. I don't wanna send a PR just to drop it.

from docker-images.

jakirkham avatar jakirkham commented on June 12, 2024

Yep it's not urgent. Mostly opened those to verify things are now working with the added bonus of doing some cleanup.

from docker-images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.