Skip to content

Commit

Permalink
Fix CUDA test require lspci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Sep 28, 2023
1 parent 91414f7 commit 5f4e88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ENV LC_ALL=en_US.UTF-8 \
# Install all OS dependencies for notebook server that starts but lacks all
# features (e.g., download as all possible file formats)
RUN \
_CUDA_=$(lspci -nn | grep '\[03' | grep NVIDIA) && \
#
apt-get update --yes && \
apt-get install --yes --no-install-recommends pciutils && \
_CUDA_=$(lspci -nn | grep '\[03' | grep NVIDIA) && \
apt-get install --yes --no-install-recommends \
#fonts-liberation, pandoc, run-one are inherited from base-notebook container image
# Other "our" apt installs
Expand Down

0 comments on commit 5f4e88c

Please sign in to comment.