File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1818From 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
2525docker 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
You can’t perform that action at this time.
0 commit comments