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

[Realtime] Add Dockerfile compatible with Nvidia GPUs #28

Merged
merged 2 commits into from
May 29, 2024

Conversation

NFSS10
Copy link
Contributor

@NFSS10 NFSS10 commented May 29, 2024

Issue

Dependencies

  • None

Decisions

  • Create Dockerfile that supports Nvidia GPU passthrough

NOTE:

  • There may be room for improvements because the base of this dockerfile is fairly large and probably there is room to remove some stuff that may not be needed;
  • You need to do GPU passthrough when running the container:
docker run --gpus all my-image

Running

python manage.py model_viewer_test "[3, 7]" --headless --screenshots

successfully generated this:

3-7

@NFSS10 NFSS10 added the enhancement New feature or request label May 29, 2024
@NFSS10 NFSS10 self-assigned this May 29, 2024
@NFSS10 NFSS10 requested a review from 3rdvision May 29, 2024 08:34
@NFSS10 NFSS10 assigned 3rdvision and unassigned NFSS10 May 29, 2024
@3rdvision 3rdvision merged commit bfc866e into master May 29, 2024
5 checks passed
@3rdvision 3rdvision deleted the ns/realtime_nvidia branch May 29, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants