lisa-on-cuda / scripts /entrypoint.sh
alessandro trinca tornidor
[feat] use nvidia-smi, nvcc and python3 at runtime within entrypoint.sh
a170680
raw
history blame
98 Bytes
#!/usr/bin/env bash
free -m
which python3
which nvcc
nvcc -V
which nvidia-smi
nvidia-smi
exit 0