You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not able to build images on GPU presets. Previously, it was working well, but those clusters were deprovisioned, I cannot get example.
STRs:
Dockerfile:
FROM ubuntu
COPY whatever .
Being on Azure-baked cluster, perform neuro-extras image build -s gpu-small . image:test
Get error in Kaniko error building image: error building stage: failed to get filesystem from image: error removing lib to make way for new symlink: unlinkat //lib/firmware/nvidia/470.57.02/gsp.bin: device or resource busy (job-b08864fb-8f6f-43d4-af8b-b0820c1495ae`)
Auxiliary notes according the environment set-up are welcome
Observations:
Kaniko tries to extract FS і fails with those files of GPU drivers. From debug logs, it seems that they should be ignored, but for some reasons, they are not.
on CPU-only jobs, this cannot be reproduced.
if we use gcr.io/kaniko-project/executor:v1.8.1-debug and add --ignore-path=/lib/firmware Kaniko argument - this does not resolve the problem (job-8cc643fe-7e5f-404f-9d85-b1c3b93c80cf), but if we set --ignore-path=/lib - this helps (job-c08eef7e-5705-4a03-b397-228608bba8e7), but later another problem occurs if one uses RUN command in dockerfile: error building image: error building stage: failed to execute command: starting command: fork/exec /bin/sh: no such file or directory (job-d15aab86-fdd7-4f58-b69f-8b4177724eb2)
Summary
We are not able to build images on GPU presets. Previously, it was working well, but those clusters were deprovisioned, I cannot get example.
STRs:
Dockerfile:
Azure
-baked cluster, performneuro-extras image build -s gpu-small . image:test
Get error in Kaniko
error building image: error building stage: failed to get filesystem from image: error removing lib to make way for new symlink: unlinkat //lib/firmware/nvidia/470.57.02/gsp.bin: device or resource busy (
job-b08864fb-8f6f-43d4-af8b-b0820c1495ae`)Expected result
Image builds.
Environment
Mandatory:
neuro-extras package version: 22.2.2
Neuro Platform Client 22.1.3
platform-registry-22.5.0
Auxiliary notes according the environment set-up are welcome
Observations:
--ignore-path=/lib/firmware
Kaniko argument - this does not resolve the problem (job-8cc643fe-7e5f-404f-9d85-b1c3b93c80cf
), but if we set--ignore-path=/lib
- this helps (job-c08eef7e-5705-4a03-b397-228608bba8e7
), but later another problem occurs if one uses RUN command in dockerfile:error building image: error building stage: failed to execute command: starting command: fork/exec /bin/sh: no such file or directory
(job-d15aab86-fdd7-4f58-b69f-8b4177724eb2
)default
) or onprem clusters (onprem-poc
)The text was updated successfully, but these errors were encountered: