Skip to content

Commit

Permalink
Merge pull request #5 from NVIDIA-AI-IOT/dev/ds/ds6.3
Browse files Browse the repository at this point in the history
second update of dockerfiles for DS 6.3
  • Loading branch information
nv-ad authored Aug 11, 2023
2 parents b700f34 + 40aaca9 commit c845121
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ sudo image_url=deepstream:6.3.0-samples-local \
## 3 Building Jetson DS docker images


# > WARNING ** Jetson dockers are not complete. They will be updated soon! **


### 3.1 Pre-requisites

Must be built on a Jetson device (e.g. Jetson AGX Orin 64GB ).
Expand Down Expand Up @@ -154,5 +151,4 @@ sudo image_url=deepstream-l4t:6.3.0-samples-local \
ds_pkg=deepstream_sdk_v6.3.0_jetson.tbz2 \
ds_pkg_dir=deepstream_sdk_v6.3.0_jetson \
base_image=jetson-any-custom-base-image make -f Makefile runtime -C jetson/
``
```
2 changes: 0 additions & 2 deletions common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ $(img_type):
-e PLATFORM=$(platform) \
-v $(top)/common/[email protected]:/root/tmp/[email protected]:ro \
-v $(top)/common/post_install_script.sh:/root/tmp/post_install_script.sh:ro \
-v $(top)/common/files/LicenseAgreement.pdf:/root/tmp/LicenseAgreement.pdf:ro \
-v $(top)/common/files/LicenseAgreementContainer.pdf:/root/tmp/LicenseAgreementContainer.pdf:ro \
-v $(top)/common/files/NvidiaDeepStreamDevelopmentLicense.pdf:/root/tmp/NvidiaDeepStreamDevelopmentLicense.pdf:ro \
-v $(top):/root/top/:ro \
$(platform_run_arg) \
$(target_opts) \
Expand Down
4 changes: 4 additions & 0 deletions jetson/ubuntu_base_devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ ARG L4T_VERSION

FROM nvcr.io/nvidia/l4t-tensorrt:r8.5.2.2-devel

# public repo
RUN apt-key adv --fetch-key https://repo.download.nvidia.com/jetson-ota-public.asc


ADD vpi-dev-2.3.9-aarch64-l4t.deb /root
ADD vpi-lib-2.3.9-aarch64-l4t.deb /root

Expand Down
3 changes: 3 additions & 0 deletions jetson/ubuntu_base_runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ ARG L4T_VERSION

FROM nvcr.io/nvidia/l4t-tensorrt:r8.5.2-runtime

# public repo
RUN apt-key adv --fetch-key https://repo.download.nvidia.com/jetson-ota-public.asc

ADD vpi-dev-2.3.9-aarch64-l4t.deb /root
ADD vpi-lib-2.3.9-aarch64-l4t.deb /root

Expand Down

0 comments on commit c845121

Please sign in to comment.