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

Preprocessing Dockerfile Doesn't Build #89

Open
geanrobotics opened this issue Oct 26, 2023 · 3 comments
Open

Preprocessing Dockerfile Doesn't Build #89

geanrobotics opened this issue Oct 26, 2023 · 3 comments

Comments

@geanrobotics
Copy link

This issue is seen by following the preprocessing data instructions.

The error seen when trying to build the docker is 'manifest for nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 not found: manifest unknown: manifest unknown'

@ZeKai-Jiang
Copy link

nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04, This image seems to have been deleted from the library by nvidia

@unknown007007007
Copy link

You can find corresponding version via https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/supported-tags.md
For me ,I change the first setence into FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04, and it works

@Kohki0401
Copy link

Did you change the other libraries version like pytorch, colmap, etc... in Dockerfile?
If possible, could you share your docker file or try pull request?
I got errors for colmap..

Sincerely
serizawa.ut@gmail.com

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

No branches or pull requests

4 participants