We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
see used ports: sudo lsof -i -P -n
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
fuser -k xxxx/tcp
resources monitor: btop
btop
GPU monitor: nvtop or watch -n 1 nvidia-smi
nvtop
watch -n 1 nvidia-smi
Pour installer un model: docker exec -it <CONTAINER_NAME> ollama run <MODEL> https://github.com/ollama/ollama/issues/1954
docker exec -it <CONTAINER_NAME> ollama run <MODEL>