- Login as root
sudo -s
- Purge all nvidia packages:
apt-get purge *nvidia*
apt autoremove
# This isn't supposed to run as a bash script, i named it with ".sh" for syntax highlighting. | |
# https://developer.nvidia.com/nsight-systems | |
# https://docs.nvidia.com/nsight-systems/profiling/index.html | |
# My preferred nsys (command line executable used to create profiles) commands | |
# | |
# In your script, write | |
# torch.cuda.nvtx.range_push("region name") | |
# ... |
The general idea is to ask a group (let's call it target group) via bot and get answer. The group might be:
TODO: text formatting is lost on resending. Use entities instead of text field
TODO: set debug level via Environment variables
version: '2.1' | |
services: | |
php: | |
tty: true | |
build: | |
context: . | |
dockerfile: tests/Docker/Dockerfile-PHP | |
args: | |
version: cli | |
volumes: |