Skip to content

Commit

Permalink
Add Git to all Docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 31, 2024
1 parent 7779042 commit 5a4c118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
RUN apt-get update && apt-get install -y \
bc \
wget \
git \
ccache \
libfftw3-dev \
$ADDITIONAL_PACKAGES \
Expand Down
1 change: 1 addition & 0 deletions docker/sycl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG ADDITIONAL_PACKAGES
RUN apt-get update && apt-get install -y \
bc \
wget \
git \
ccache \
libfftw3-dev \
$ADDITIONAL_PACKAGES \
Expand Down

0 comments on commit 5a4c118

Please sign in to comment.