Skip to content

Commit

Permalink
Move paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeBottle committed Jan 29, 2025
1 parent 8d3071f commit d70eda0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Containerization/GPUApptainerOnGoogleColab.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ mydocker run gputest nvidia-smi
mydocker run --volume=/root/test.py:/script/test.py gputest python /script/test.py
```

</details>

---

💡 在 root 用户下执行 `run` 命令时可能会遇到这样的问题:

```Text
Expand All @@ -355,9 +359,6 @@ Error: invalid host volume path: /tmp/udocker-1623-93007aea-e4b6-38ae-86dc-7695a
mydocker run --hostauth gputest nvidia-smi
```


</details>

### 4.2. 以普通用户运行 udocker

废话不多说,上代码:
Expand Down

0 comments on commit d70eda0

Please sign in to comment.