You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,22 @@ For users who have access to AWS and want to launch AWS EC2 instances to run Sir
26
26
27
27
Supported EC2 instances: G6.
28
28
29
-
## Dependencies (Option 2): Install Manually
29
+
## Dependencies (Option 2): Use Docker Image
30
+
To use the docker image with dependencies fully installed:
31
+
```
32
+
sudo docker run --gpus all -it yifeiyang7/sirius_dependencies:latest bash
33
+
```
34
+
35
+
Make sure both `nvidia-driver` and `nvidia-container-toolkit` are installed, `nvidia-driver` can be installed by
36
+
```
37
+
sudo apt install nvidia-driver-535
38
+
```
39
+
and `nvidia-container-toolkit` can be installed following the [instructions](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html). Then restart docker by
0 commit comments