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
I am completely new to Jetson (just bought my first Jetson Orin Nano few days ago) so please excuse me if the question is lame ;)
I have tried to find the answer but without success so far.
As said, I have a brand new Jetson Orin Nano which I have set up this week, with Jetpack 6.2 and L4T 36.4.3 (I am still not sure what that exactly means, but already learned these are important numbers :)
I am following this tutorial which suggest to start the container using
jetson-containers run $(autotag text-generation-webui)
When I do that, docker starts but it seems the container is empty - nothing is running inside:
Idk why jetson-containers run $(autotag text-generation-webui) is not working, perhaps some of packages are failing after last updates. Until the container get fixed, you can use jetson-containers run dustynv/stable-diffusion:r36.2.0 instead, this is a stable version that worked for me.
Hi,
I am completely new to Jetson (just bought my first Jetson Orin Nano few days ago) so please excuse me if the question is lame ;)
I have tried to find the answer but without success so far.
As said, I have a brand new Jetson Orin Nano which I have set up this week, with Jetpack 6.2 and L4T 36.4.3 (I am still not sure what that exactly means, but already learned these are important numbers :)
I am following this tutorial which suggest to start the container using
When I do that, docker starts but it seems the container is empty - nothing is running inside:
On the other hand, when I start the container "manually" i.e. via
it seems to works fine - everything starts, I can open the web UI and even download & load the model without problems.
But why I cannot run it via
jetson-containers run
?The text was updated successfully, but these errors were encountered: