Hello , I keep receiving this error every time I try to install a Docker container on my Jetson nano.
Error response from daemon: Get https://nvcr.io/v2/: x509: certificate has expired or is not yet valid
can anyone help me solve this?
Hi,
Which image do you want to access?
Could you share the command that causes the error with us first?
Thanks.
I was working on the DLI course getting started with jetson nano
here is the command from the course:
here is the error:
Hi,
Which JetPack version do you use?
You can find this with the below command:
$ apt show nvidia-jetpack
Since the container is for r32.7.1
branch, please set up your device with JetPack 4.6.1.
We have tested the below command and it can trigger the download correctly.
$ sudo docker run --runtime nvidia -it --rm --network host nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1
Thanks.
Hi, thank you for your reply
i think the problem is with my connection. i wanted to setup a wifi connection for my jetson nano, how can i do that?
Please use the ubuntu GUI to see if this wifi card can scan and connect first.
Hello, i just connected it using the ubuntu GUI and it works. so every time i want to connect it to wifi i have to use the ubuntu GUI or is there a way to do it using the terminal?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.