Skip to content

docker build image #267

Description

@CUIcaicai

when i run comand :
clearml-agent build --id 89c70a14185a41ceb31b381d318acb52 --docker --target yolo26_clearML_docker

i got the error:
Running in Docker mode (v19.03 and above) - using default docker image: nvidia/cuda:12.6.3-cudnn-runtime-ubuntu20.04

Building Task 89c70a14185a41ceb31b381d318acb52 inside docker image: nvidia/cuda:12.6.3-cudnn-runtime-ubuntu20.04 setup_script=

Starting docker build
Unable to find image 'nvidia/cuda:12.6.3-cudnn-runtime-ubuntu20.04' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": read tcp 192.168.6.167:35734->50.19.60.231:443: read: connection reset by peer.
See 'docker run --help'.

my clearML.conf is:
default_docker: {
# default container image to use when running in docker mode
#image: "nvidia/cuda:12.6.3-cudnn-runtime-ubuntu20.04"

    # optional arguments to pass to docker image
    # arguments: ["--ipc=host", ]

    # if true update the Task container section based on the selected rule/default
    # can also be set/override per specific rule
    update_back_task: true

    # **Notice**: Enterprise feature, ignored otherwise
    # Choose the default container based on the Task properties,
    #   container values that can be changed: "image", "arguments" , "setup_shell_script"
    # Notice: adding "force_container_rules: true" to a rule,
    #   will cause it to IGNORE the Task's requested container and use the configuration of the rule,
    #   including all its entries (image, arguments, setup_shell_script)!
    # Rule selector keys: 'script.requirements', 'script.binary',
    #                     'script.repository', 'script.branch',
    #                     'project', 'project_id', 'user_id', 'container', 'tags'
    # Notice: Matching is done via regular expression and needs to match ALL entries inside the rule,
    #         matching re example: "^searchme$" will match exactly "searchme" string inside an entry
    #         specifically for tags single tag match is enough:
    #               "^my_tag$" will match a Task that has
    #               multiple tags one of them matches ["general_tag", "my_tag$"]

how can i do for this question??thanks for your answer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions