Hi, I'm using fractional gpu container, but I can't profile any thing, the nsys says only "Segmentation fault (core dumped)" Can you guys help me and do you ...
one month ago
I ran nsys profiler inside of the container.
Thanks for your reply.
Environment of host system:
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.29.06 Driver Version: 545.29.06 CUDA Version: 12.3 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Co...
docker run -it --gpus all --ipc=host --pid=host clearml/fractional-gpu:u22-cu12.3-8gb bash
wget
mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget
dpkg -i cuda-repo-ubuntu2204-12-3-local_12.3.0-545.23.06-1_amd64.deb
cp /var/cuda-repo-ubuntu2204-12-3-local/cuda-*-keyring.gpg /usr/share/keyrings/
apt-...
That "Segmentation fault (core dumped)' was all I got.
Addtionally, my container was clearml/fractional-gpu:u22-cu12.3-4gb (other containers based on cu12.3 also show that error too).