-
Notifications
You must be signed in to change notification settings - Fork 12
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
Is there an official Docker image for LEAP? #19
Comments
Hello and you're welcome. The short answer to your question is yes, I'm sure a Docker image could be made for LEAP, but I don't know how to do this. This is an area that would be great to have some help on from the community. I am an applied mathematician who writes algorithms, but I am not so good at these computer engineering things. If you'd like to help with this, it would be much appreciated! |
Here is a dockerfile I used, seems to be working. FROM pytorch/pytorch:2.4.1-cuda12.1-cudnn9-devel RUN apt-get update && apt-get install -y RUN pip install --upgrade pip RUN git clone https://github.com/LLNL/LEAP.git /root/LEAP |
Wow, this is awesome! Thank you so much! Please forgive me as I am very ignorant when it comes to Docker, but what do I do with the above text? |
Hey Kyle, I’m not very experienced with Docker, but here’s what I know:
Hope it helps! |
Hi,
Thank you for your great CT geometry tools! I am really using well in window system.
So my question is, is there a Docker image to install and run on Linux system?
Although there is a way of installing LEAP on Linux using .sh file, I want to utilize LEAP by using docker image.
Is there any way to make a Docker image for LEAP?
Thanks:)
The text was updated successfully, but these errors were encountered: