Open journeytosilius opened 2 years ago
I have the same problem, have you solved it?
@yasakova-anastasia , could you please check if we still have the issue?
I just ran into this, it looks to be related to NVIDIA rotating their APT keys. https://forums.developer.nvidia.com/t/invalid-public-key-for-cuda-apt-repository/212901
I managed to get it to build and deploy with tensorflow/tensorflow:2.10.0-gpu
, but I had trouble executing it. I'm on my first install though so I'm currently trying other models to see if it's a more general issue with my setup.
@yasakova-anastasia, this issue is a duplicate of https://github.com/opencv/cvat/issues/4707. The Possible Solution described by the submitter of the issue #4707 works, just drop sudo. Inserting the following two lines at line 109 after WORKDIR kind/value pair:
- kind: RUN
value:apt-key del 7fa2af80 && apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub
in https://github.com/opencv/cvat/blob/develop/serverless/tensorflow/matterport/mask_rcnn/nuclio/function-gpu.yaml
makes
serverless/deploy_gpu.sh serverless/tensorflow/matterport/mask_rcnn
to run without errors.
I tried this method, but the process stopped at [nuctl.platform (I) Building docker image {"image": "cvat/tf.matterport.mask_rcnn_gpu:latest"}] (more than 24 hours) and it doesn't proceed anymore. Other DL models could be deployed without any problems, but only TF models are having a hard time.
When following:
https://opencv.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/
Is there a published solution to this ? Thanks