Skip to content

Bug driver device plugin pod fails in building #279

@ggordaniRed

Description

@ggordaniRed

There is issue with driver installation due this script in the docker file when /lib/modules/${KERNEL_VERSION}/extra/* is empty
RUN mkdir -p /modules_files && \ mkdir -p /amdgpu_ko_files && \ mkdir -p /kernel_files && \ cp /lib/modules/${KERNEL_VERSION}/modules.* /modules_files/ && \ cp -r /lib/modules/${KERNEL_VERSION}/extra/* /amdgpu_ko_files/ && \ cp -r /lib/modules/${KERNEL_VERSION}/kernel/* /kernel_files/ and failing on: cp -r /lib/modules/${KERNEL_VERSION}/extra/* /amdgpu_ko_files/

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions