lisa-on-cuda / scripts /entrypoint.sh
alessandro trinca tornidor
[feat] add dockerfile based on nvidia/cuda:12.3.1-runtime-ubuntu22.04 with entrypoint.sh
df001cb
raw
history blame
78 Bytes
#!/usr/bin/env bash
free -m
which python
which nvidia-smi
nvidia-smi
exit 0