Skip to content

Commit

Permalink
add some packages to base (nvcc etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Sep 2, 2023
1 parent adffff9 commit 6c2cff1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get update \
&& apt-get -y install --no-install-recommends \
cuda-libraries-${CUDA_RELEASE} \
cuda-compiler=${CUDA_RELEASE} \
cuda-nvcc-${CUDA_RELEASE} \
libgl1 \
libgl-dev \
libglx-dev \
&& apt-get clean

# Update pip and wheel, but *not* setuptools. debian setuptools has some
Expand Down

0 comments on commit 6c2cff1

Please sign in to comment.