Output the nvidia gpu information in the E2E test.

Including the gpu information simplifies driver version verification.
nvidia-smi is used in order to display gpu information, which contains the driver version.
This commit is contained in:
Richard Chen
2019-05-07 14:30:00 -07:00
parent 0f9077d0af
commit 794ec63bbd
2 changed files with 10 additions and 1 deletions

View File

@@ -23,4 +23,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /usr/local/cuda/samples/0_Simple/vectorAdd
RUN make
CMD ./vectorAdd
CMD nvidia-smi && ./vectorAdd