Skip to content

Commit ff1bf85

Browse files
authored
Update README.md
1 parent f630e5c commit ff1bf85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ Follow the installation guide here: [NVIDIA Container Toolkit Install Guide](htt
1111

1212
## Pull the image
1313
```bash
14-
docker pull ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
14+
docker pull ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.9
1515
```
1616

1717
## Run regression tests
1818
From inside `accel-sim-framework`:
1919
```bash
20-
docker run ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 /bin/bash short-tests.sh
20+
docker run ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.9 /bin/bash short-tests.sh
2121
```
2222

2323
## Start a container for development
2424
```bash
2525
docker run --name <container_name> --runtime=nvidia --gpus all -it \
26-
ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 /bin/bash
26+
ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.9 /bin/bash
2727
```
2828

2929
## Build the image locally

0 commit comments

Comments
 (0)