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:
@@ -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
|
||||
|
Reference in New Issue
Block a user