This commit is contained in:
Your Name
2024-07-04 01:45:12 +00:00
parent 329036f25b
commit 46343ac527

View File

@@ -8,7 +8,8 @@ docker-compose -f docker-compose_pytorch2.3.yml build
## 物理机更新内核 ## 物理机更新内核
```shell ```shell
uname -r uname -r # 5.4.0-144-generic
lsb_release -a
sudo apt-get update # This will update the repositories list sudo apt-get update # This will update the repositories list
sudo apt-get upgrade # This will update all the necessary packages on your system sudo apt-get upgrade # This will update all the necessary packages on your system
sudo apt-get dist-upgrade # This will add/remove any needed packages sudo apt-get dist-upgrade # This will add/remove any needed packages