From 2f63579d09d320e96c34eb0c00675d02deb2d530 Mon Sep 17 00:00:00 2001 From: shortcipher3 Date: Fri, 30 Apr 2021 17:05:59 -0600 Subject: [PATCH] with GST_PLUGIN_PATH set `gst-inspect-1.0 nnstreamer` works, also renamed Dockerfile to use standard naming convention Signed-off-by: shortcipher3 --- tools/docker/ubuntu16.04-devel/{dockerfile => Dockerfile} | 1 + tools/docker/ubuntu16.04-run/{dockerfile => Dockerfile} | 0 tools/docker/ubuntu18.04-devel/{dockerfile => Dockerfile} | 1 + tools/docker/ubuntu18.04-run/{dockerfile => Dockerfile} | 0 4 files changed, 2 insertions(+) rename tools/docker/ubuntu16.04-devel/{dockerfile => Dockerfile} (92%) rename tools/docker/ubuntu16.04-run/{dockerfile => Dockerfile} (100%) rename tools/docker/ubuntu18.04-devel/{dockerfile => Dockerfile} (92%) rename tools/docker/ubuntu18.04-run/{dockerfile => Dockerfile} (100%) diff --git a/tools/docker/ubuntu16.04-devel/dockerfile b/tools/docker/ubuntu16.04-devel/Dockerfile similarity index 92% rename from tools/docker/ubuntu16.04-devel/dockerfile rename to tools/docker/ubuntu16.04-devel/Dockerfile index 8c16691..7f9bcca 100644 --- a/tools/docker/ubuntu16.04-devel/dockerfile +++ b/tools/docker/ubuntu16.04-devel/Dockerfile @@ -32,3 +32,4 @@ RUN apt install -y \ WORKDIR /opt/nnstreamer/ RUN meson build RUN ninja -C build install +ENV GST_PLUGIN_PATH=/usr/local/lib/x86_64-linux-gnu/gstreamer-1.0/ diff --git a/tools/docker/ubuntu16.04-run/dockerfile b/tools/docker/ubuntu16.04-run/Dockerfile similarity index 100% rename from tools/docker/ubuntu16.04-run/dockerfile rename to tools/docker/ubuntu16.04-run/Dockerfile diff --git a/tools/docker/ubuntu18.04-devel/dockerfile b/tools/docker/ubuntu18.04-devel/Dockerfile similarity index 92% rename from tools/docker/ubuntu18.04-devel/dockerfile rename to tools/docker/ubuntu18.04-devel/Dockerfile index 32eb536..c56b333 100644 --- a/tools/docker/ubuntu18.04-devel/dockerfile +++ b/tools/docker/ubuntu18.04-devel/Dockerfile @@ -35,3 +35,4 @@ RUN apt install -y \ WORKDIR /opt/nnstreamer/ RUN meson build RUN ninja -C build install +ENV GST_PLUGIN_PATH=/usr/local/lib/x86_64-linux-gnu/gstreamer-1.0/ diff --git a/tools/docker/ubuntu18.04-run/dockerfile b/tools/docker/ubuntu18.04-run/Dockerfile similarity index 100% rename from tools/docker/ubuntu18.04-run/dockerfile rename to tools/docker/ubuntu18.04-run/Dockerfile -- 2.7.4