Skip to content

Commit 889f47f

Browse files
authored
Merge pull request #10 from LAhmos/readme
update readme
2 parents c44cbcc + 40666f6 commit 889f47f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ To run tests:
1111
# in accel-sim-framework
1212
docker run accelsim/development:cuda-12.8.0-ubuntu24.04 /bin/bash short-tests.sh
1313
```
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

Comments
 (0)