intel/ros2_openvino_toolkit

The docker is not work under directory "/ros2_2021.4/ros2_galactic/".

huangjiafengx opened this issue · 0 comments

  1. The line 18 in Dockerfile.
    **** |apt-key add - ---> **** | apt-key add -

  2. The line 32 in Dockerfile.
    The --keyserver-options --keyserver keys.gnupg.net is fail. so I edit as below:
    **** --keyserver-options --keyserver keys.gnupg.net ---> **** --keyserver-options http-proxy=http://child-prc.int
    Like: RUN apt-key adv --keyserver-options http-proxy=http://child-prc.--keyserver keyserver.ubuntu.com --recv -key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options http-proxy=http://*** --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE

  3. There is faile when run: cd docker/ros2_2021.4/ros2_galactic && docker build -t .
    it show InferenceEngine issues as picture:
    image