Problem with tutorials

Hi and sorry for eventually duplicated thread but is any of the tutorial works without problems?
I tried this tutorial: text-generation-webui - NVIDIA Jetson AI Lab but I can not make it working. I’m getting errors:

The command ‘/bin/sh -c /tmp/protobuf/install.sh’ returned a non-zero code: 2
Traceback (most recent call last):
File “/usr/lib/python3.10/runpy.py”, line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/usr/lib/python3.10/runpy.py”, line 86, in _run_code
exec(code, run_globals)
File “/home/sylwester/jetson-containers/jetson_containers/build.py”, line 122, in
build_container(args.name, args.packages, args.base, args.build_flags, args.build_args, args.simulate, args.skip_tests, args.test_only, args.push, args.no_github_api, args.skip_packages)
File “/home/sylwester/jetson-containers/jetson_containers/container.py”, line 147, in build_container
status = subprocess.run(cmd.replace(NEWLINE, ’ ‘), executable=’/bin/bash’, shell=True, check=True)
File “/usr/lib/python3.10/subprocess.py”, line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command ‘DOCKER_BUILDKIT=0 docker build --network=host --tag tensorflow:r36.4.3-protobuf_cpp --file /home/sylwester/jetson-containers/packages/build/protobuf/protobuf_cpp/Dockerfile --build-arg BASE_IMAGE=tensorflow:r36.4.3-bazel --build-arg PROTOBUF_VERSION=“3.20.3” /home/sylwester/jetson-containers/packages/build/protobuf/protobuf_cpp 2>&1 | tee /home/sylwester/jetson-containers/logs/20250306_104720/build/tensorflow_r36.4.3-protobuf_cpp.txt; exit ${PIPESTATUS[0]}’ returned non-zero exit status 2.

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks

Hi,

Could you share which software you use?
Are you setup Orin Nano with JetPack 6.2?

Thanks.