New user of Jetson. Out of box my 64G Dev kit, while running from shared memory, the inference container ran. I didn’t note the L4T version then. I then flashed to run from a NVMe drive.
Now, docker: Error response from daemon: manifest for dustynv/jetson-inference:r36.4.0 not found: manifest unknown: manifest unknown.
If there is a long lead time, how can I work around this? Can I use a historical version of L4T?
Hi,
Here are some suggestions for the common issues:
1. Performance
Please run the below command before benchmarking deep learning use case:
$ sudo nvpmodel -m 0
$ sudo jetson_clocks
2. Installation
Installation guide of deep learning frameworks on Jetson:
3. Tutorial
Startup deep learning tutorial:
4. Report issue
If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.
Thanks!
DaneLLL
November 21, 2024, 4:24am
4
Hi,
We have docker of Jetpack 6.1(r36.4). Please check the webpage:
NVIDIA L4T JetPack | NVIDIA NGC
my issue is with dustynv/jetson-inference. Are there other steps after the JetPack install?
Hi,
r36.4 is not supported yet.
Please try to build the container directly with the Dockerfile.
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
This file has been truncated. show original
Thanks.
system
Closed
January 1, 2025, 12:49am
10
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.