We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c44cbcc + 40666f6 commit 889f47fCopy full SHA for 889f47f
1 file changed
README.md
@@ -11,3 +11,9 @@ To run tests:
11
# in accel-sim-framework
12
docker run accelsim/development:cuda-12.8.0-ubuntu24.04 /bin/bash short-tests.sh
13
```
14
+To start conianer for devlopment:
15
+
16
+```
17
+# in accel-sim-framework
18
+docker run --name <container name > --runtime=nvidia --gpus all -it ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 /bin/bash
19
0 commit comments