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
> <sub>Container images are compatible with other minor versions of JetPack/L4T:</sub><br>
31
32
> <sub> • L4T R32.7 containers can run on other versions of L4T R32.7 (JetPack 4.6+)</sub><br>
@@ -42,10 +43,10 @@ To start the container, you can use the [`run.sh`](/docs/run.md)/[`autotag`](/do
42
43
./run.sh $(./autotag audiocraft)
43
44
44
45
# or explicitly specify one of the container images above
45
-
./run.sh dustynv/audiocraft:r35.4.1
46
+
./run.sh dustynv/audiocraft:r36.2.0
46
47
47
48
# or if using 'docker run' (specify image and mounts/ect)
48
-
sudo docker run --runtime nvidia -it --rm --network=host dustynv/audiocraft:r35.4.1
49
+
sudo docker run --runtime nvidia -it --rm --network=host dustynv/audiocraft:r36.2.0
49
50
```
50
51
> <sup>[`run.sh`](/docs/run.md) forwards arguments to [`docker run`](https://docs.docker.com/engine/reference/commandline/run/) with some defaults added (like `--runtime nvidia`, mounts a `/data` cache, and detects devices)</sup><br>
51
52
> <sup>[`autotag`](/docs/run.md#autotag) finds a container image that's compatible with your version of JetPack/L4T - either locally, pulled from a registry, or by building it.</sup>
0 commit comments