Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Sep 4, 2023
1 parent 6c2cff1 commit 6f302c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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-compiler-${CUDA_RELEASE} \
cuda-nvcc-${CUDA_RELEASE} \
libgl1 \
libgl-dev \
Expand Down

0 comments on commit 6f302c1

Please sign in to comment.