Skip to content

Commit a1dddf2

Browse files
Update ubuntu2204_intel_drivers.Dockerfile
1 parent 0e6feeb commit a1dddf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

devops/containers/ubuntu2204_intel_drivers.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ RUN --mount=type=secret,id=github_token \
2525
fi && \
2626
GITHUB_TOKEN=$(cat /run/secrets/github_token) /install_drivers.sh $install_driver_opt --all
2727

28+
COPY scripts/install_opencl.sh /install_opencl.sh
29+
RUN /install_opencl.sh
30+
2831
COPY scripts/drivers_entrypoint.sh /drivers_entrypoint.sh
2932

3033
USER sycl
3134

3235
ENTRYPOINT ["/bin/bash", "/drivers_entrypoint.sh"]
33-

0 commit comments

Comments
 (0)