Skip to content

Commit 15ef497

Browse files
authored
1 parent 6133d21 commit 15ef497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/containers/nightly.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ COPY scripts/drivers_entrypoint.sh /drivers_entrypoint.sh
99
RUN mkdir -p /opt/sycl
1010
ADD sycl_linux.tar.gz /opt/sycl/
1111

12-
ENV PATH /opt/sycl/bin:$PATH
13-
ENV LD_LIBRARY_PATH /opt/sycl/lib:$LD_LIBRARY_PATH
12+
ENV PATH=/opt/sycl/bin:$PATH
13+
ENV LD_LIBRARY_PATH=/opt/sycl/lib:$LD_LIBRARY_PATH
1414

1515
USER sycl
1616

0 commit comments

Comments
 (0)