Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Hi Everyone, I Was Trying To Build An Image Using Clearml Server Dockerfile ,I Was Getting The Following Error, Failed To Compute Cache Key: "/Docker/Build/Internal_Files/Clearml_Subpath.Conf.Template" Not Found: Not Found I Tried Multiple Solutions From



[+] Building 2.2s (18/22)
 => [internal] load build definition from Dockerfile                                                                                                               0.0s
 => => transferring dockerfile: 32B                                                                                                                                0.0s
 => [internal] load .dockerignore                                                                                                                                  0.0s
 => => transferring context: 2B                                                                                                                                    0.0s
 => [internal] load metadata for docker.io/centos/nodejs-12-centos7:latest                                                                                         2.0s
 => [internal] load metadata for docker.io/library/centos:7                                                                                                        1.3s
 => [internal] load build context                                                                                                                                  0.0s
 => => transferring context: 2B                                                                                                                                    0.0s
 => CANCELED [webapp 1/6] FROM docker.io/centos/nodejs-12-centos7@sha256:8aa17f1f4b866954802fa48ef2094f136a93817755c090385a2cfebe8569caa0                          0.0s
 => => resolve docker.io/centos/nodejs-12-centos7@sha256:8aa17f1f4b866954802fa48ef2094f136a93817755c090385a2cfebe8569caa0                                          0.0s
 => => sha256:8aa17f1f4b866954802fa48ef2094f136a93817755c090385a2cfebe8569caa0 2.21kB / 2.21kB                                                                     0.0s
 => CACHED [staging_image 1/4] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4                             0.0s
 => ERROR [staging_image 2/4] COPY --chmod=744 docker/build/internal_files/entrypoint.sh /opt/clearml/                                                             0.0s
 => ERROR [staging_image 3/4] COPY fileserver /opt/clearml/fileserver/                                                                                             0.0s
 => ERROR [staging_image 4/4] COPY apiserver /opt/clearml/apiserver/                                                                                               0.0s
 => CACHED [webapp 2/6] WORKDIR /opt                                                                                                                               0.0s
 => CACHED [webapp 3/6] RUN git clone 
 clearml-web                                                                     0.0s
 => CACHED [webapp 4/6] RUN mv clearml-web /opt/open-webapp                                                                                                        0.0s
 => ERROR [webapp 5/6] COPY --chmod=744 docker/build/internal_files/build_webapp.sh /tmp/internal_files/                                                           0.0s
 => CACHED [stage-2 2/8] COPY --from=staging_image /opt/clearml/ /opt/clearml/                                                                                     0.0s
 => ERROR [stage-2 3/8] COPY --chmod=744 docker/build/internal_files/final_image_preparation.sh /tmp/internal_files/                                               0.0s
 => ERROR [stage-2 4/8] COPY docker/build/internal_files/clearml.conf.template /tmp/internal_files/                                                                0.0s
 => ERROR [stage-2 5/8] COPY docker/build/internal_files/clearml_subpath.conf.template /tmp/internal_files/                                                        0.0s
------
 > [staging_image 2/4] COPY --chmod=744 docker/build/internal_files/entrypoint.sh /opt/clearml/:
------
------
 > [staging_image 3/4] COPY fileserver /opt/clearml/fileserver/:
------
------
 > [staging_image 4/4] COPY apiserver /opt/clearml/apiserver/:
------
------
 > [webapp 5/6] COPY --chmod=744 docker/build/internal_files/build_webapp.sh /tmp/internal_files/:
------
------
 > [stage-2 3/8] COPY --chmod=744 docker/build/internal_files/final_image_preparation.sh /tmp/internal_files/:
------
------
 > [stage-2 4/8] COPY docker/build/internal_files/clearml.conf.template /tmp/internal_files/:
------
------
 > [stage-2 5/8] COPY docker/build/internal_files/clearml_subpath.conf.template /tmp/internal_files/:
------
failed to compute cache key: "/docker/build/internal_files/clearml_subpath.conf.template" not found: not found
  
  
Posted one year ago
103 Views
0 Answers
one year ago
one year ago