-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Semi-automatic Annotation - Documentation outdated, Nvidia, NO_PUBKEY A4B469963BF863CC #4707
Comments
Hello. When I try to build .../cvat/serverless/tensorflow/matterport/mask_rcnn_fixed/nuclio/function-gpu.yaml ,
the log indicates that this problem happens during the execution of line:
Here is the log:
I have tried to modify the file .../cvat/serverless/tensorflow/matterport/mask_rcnn_fixed/nuclio/function-gpu.yaml and to run the command again. But the log stays the same (so no additional steps were executed between
Additional steps I wanted to add are commands from NVIDIA/nvidia-container-toolkit#257 I edited this fragment of the function file:
Unfortunately, new steps did not appear in the presented log. This also would be equivalent to solution of this issue. The matter is very important and urgent. I have many people simultaneously doing heavy computations in that docker on CPU instead of GPU just because of this failure. |
Have you solved it yet? |
@belkahorry actually I refused to create a docker image on my own and preferred to wait for an update from nvidia |
I modify serverless/tensorflow/matterport/mask_rcnn/nuclio/function.yaml that can build successfully
|
Thanks @brucefay1115! It works! BTW, my first attempt was not working because of other active container, I have to peform 2 commands below then reattempt. |
My actions before raising this issue
Trying to enable semi-automatic annotation from the latest stable version as documented at
https://openvinotoolkit.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/ for GPU SUPPORT fails, as Nvidia has changed a key.
Expected Behaviour
Following the documentation should result in successful installation of
serverless/tensorflow/matterport/mask_rcnn/nuclio
Update documentation to either:
Current Behaviour
Calling
nuctl deploy --project-name cvat \ --path serverless/tensorflow/matterport/mask_rcnn/nuclio \ --platform local --base-image tensorflow/tensorflow:1.15.5-gpu-py3 \ --desc "GPU based implementation of Mask RCNN on Python 3, Keras, and TensorFlow." \ --image cvat/tf.matterport.mask_rcnn_gpu \ --triggers '{"myHttpTrigger": {"maxWorkers": 1}}' \ --resource-limit nvidia.com/gpu=1
ends with
Reading package lists... W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease' is no longer signed.
Possible Solution
According to https://forums.developer.nvidia.com/t/gpg-error-http-developer-download-nvidia-com-compute-cuda-repos-ubuntu1804-x86-64/212904/3 the steps to resolve the problem on Debian based systems is to remove the outdated key and install the current one
sudo apt-key del 7fa2af80
sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub
Your Environment
`git log -1
commit d7560bb (HEAD -> develop, origin/develop, origin/HEAD)
Merge: ba4175b b7dba6a
Author: Nico Galoppo [email protected]
Date: Tue May 17 11:25:58 2022 -0500
`
Docker version 20.10.16, build aa7e414
Ubuntu 20.04
P5000
NVIDIA-SMI 510.73.05 Driver Version: 510.73.05 CUDA Version: 11.6
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: