Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yasahi-hpc committed Jul 26, 2024
1 parent d14f17f commit 2c4db74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/nvcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y \
git \
ccache \
libfftw3-dev \
gcc-12 \
g++-12 \
gcc-12 \
g++-12 \
$ADDITIONAL_PACKAGES \
&& \
apt-get clean && \
Expand Down

0 comments on commit 2c4db74

Please sign in to comment.