Skip to content

useful commands

julia-guignon edited this page Nov 8, 2024 · 4 revisions

see used ports: sudo lsof -i -P -n

shutdown a port: fuser -k xxxx/tcp with xxxx the number of the port, or restart jupyter kernel that launched it

resources monitor: btop

GPU monitor: nvtop or watch -n 1 nvidia-smi

Ollama

Pour installer un model: docker exec -it <CONTAINER_NAME> ollama run <MODEL> https://github.com/ollama/ollama/issues/1954

Clone this wiki locally