opendr-eu / opendr

A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
Apache License 2.0
611 stars 94 forks source link

Update GPU and Docker-GPU installation.md #501

Closed JVPC0D3R closed 5 months ago

JVPC0D3R commented 5 months ago

Update Torchvision Version and Docker CUDA Tag in Installation Docs

Changes

Justification

These updates ensure that the installation guide remains current.

passalis commented 5 months ago

Hi, thanks for the suggestions. The most recent versions of docker images are tagged with v3.0.0, since this is the latest release. We briefly used nightly tags, but no longer use them. Therefore, nightly_290823 is older compared to v3.0.0.

The actual issue here is that cuda_v3.0.0 is missing... I will fix this within the day probably.

passalis commented 5 months ago

The image was correctly built, but for some reason never pushed successfully to the online repo. The updated one should be available in a few minutes (it is uploading). Please revert this change in order to proceed with the torchvision tag update. Please also target the develop branch.

JVPC0D3R commented 5 months ago

I'm excited to collaborate on this project! Thank you @passalis

passalis commented 5 months ago

Thanks! I am going to fix the error in another branch (it is related to outdated copyright strings) and then you can go ahead and merge this.