Skip to content

Commit

Permalink
Fix SYCL Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 30, 2024
1 parent 51f488b commit a0a1b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/sycl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y \

ENV FFTWDIR "/usr"

RUN git config --global --add safe.directory '/work/*'
RUN git config --global --add safe.directory '/work' && \
git config --global --add safe.directory '/work/tpls/kokkos'

RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && \
KEYDUMP_FILE=keydump && \
Expand Down

0 comments on commit a0a1b77

Please sign in to comment.