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

[Question]: I want to map the intel gpu driver for later use rather then re-download it everytime. #795

Open
2 tasks done
lilws opened this issue Aug 12, 2024 · 1 comment
Labels
question Further information is requested

Comments

@lilws
Copy link

lilws commented Aug 12, 2024

Is your question not already answered in the FAQ?

  • I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • I am sure my question is not about a technical issue.

Question

I wonder is there anyway that save the intel GPU drivers for later use? Everytime I run docker compose up it re-download the driver, sometimes my networks is slow at night and it took more then 1 hour to download and install the driver. Maybe save the drive to a map volume to /config folder, and I just need to save the file for quickly compose up.

@lilws lilws added the question Further information is requested label Aug 12, 2024
@kroese
Copy link
Collaborator

kroese commented Aug 18, 2024

Normally this should not happen, because the driver is saved inside the container image. Only when that image is replaced with a "fresh" image (for example, when it gets overwritten when a newer version is pulled), then it will perform the download again.

So I think the reason is that you stop the container with docker compose down instead of docker stop containername? Could that be the case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants