专栏算法工具链官方docker image内apt源art-internal.hobot.cc无法解析

官方docker image内apt源art-internal.hobot.cc无法解析

已解决
Osborn282023-04-11
18
2

docker image: openexplorer/ai_toolchain_ubuntu_20_xj3_cpu:v2.5.2

里面的apt源为:

deb https://art-internal.hobot.cc/artifactory/tsinghua-ubuntu focal main restricted universe multiverse

deb https://art-internal.hobot.cc/artifactory/tsinghua-ubuntu focal-updates main restricted universe multiverse

deb https://art-internal.hobot.cc/artifactory/tsinghua-ubuntu focal-backports main restricted universe multiverse

deb https://art-internal.hobot.cc/artifactory/tsinghua-ubuntu focal-security main restricted universe multiverse

不管Q内Q外,无法解析

Could not resolve 'art-internal.hobot.cc'

算法工具链
征程3
评论2
0/1000
  • 颜值即正义
    Lv.2

    抱歉哈,这个是由于docker在集成时未将源替代为外部源,可以将其替换为:

    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse

    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse

    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse

    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multiverse

    2023-04-11
    2
    0
  • 颜值即正义
    Lv.2
    2023-04-24
    0
    0