We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6133d21 commit 15ef497Copy full SHA for 15ef497
devops/containers/nightly.Dockerfile
@@ -9,8 +9,8 @@ COPY scripts/drivers_entrypoint.sh /drivers_entrypoint.sh
9
RUN mkdir -p /opt/sycl
10
ADD sycl_linux.tar.gz /opt/sycl/
11
12
-ENV PATH /opt/sycl/bin:$PATH
13
-ENV LD_LIBRARY_PATH /opt/sycl/lib:$LD_LIBRARY_PATH
+ENV PATH=/opt/sycl/bin:$PATH
+ENV LD_LIBRARY_PATH=/opt/sycl/lib:$LD_LIBRARY_PATH
14
15
USER sycl
16
0 commit comments