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
Answered
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

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 stackoverflow but none of it seems to be working, Can somebody help!

  
  
Posted one year ago
Votes Newest

Answers 5



[+] 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

Hi @<1523701205467926528:profile|AgitatedDove14> the above error got resolved but upon building the image I got this (Node.js version v12.21.0 detected.
The Angular CLI requires a minimum Node.js version of either v14.15, or v16.10. ) should I update nodejs in centos image ? can you provide some insights on this.

  
  
Posted one year ago

Hi ThoughtfulElephant4

I was trying to build an image using clearml server dockerfile ,

Are you saying you are rebuilding the docker image for the clearml-server and it fails ?
Can you provide the full console log?

  
  
Posted one year ago

Yeah

I was trying to rebuild docker image for clearml-server and I have attached the whole log.

  
  
Posted one year ago

should I update nodejs in centos image ?

I think so, it might have been forgotten

  
  
Posted one year ago
644 Views
5 Answers
one year ago
one year ago
Tags