with GST_PLUGIN_PATH set `gst-inspect-1.0 nnstreamer` works, also renamed Dockerfile...
authorshortcipher3 <chris.jon.hall@gmail.com>
Fri, 30 Apr 2021 23:05:59 +0000 (17:05 -0600)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 3 May 2021 04:21:10 +0000 (13:21 +0900)
Signed-off-by: shortcipher3 <chris.jon.hall@gmail.com>
tools/docker/ubuntu16.04-devel/Dockerfile [moved from tools/docker/ubuntu16.04-devel/dockerfile with 92% similarity]
tools/docker/ubuntu16.04-run/Dockerfile [moved from tools/docker/ubuntu16.04-run/dockerfile with 100% similarity]
tools/docker/ubuntu18.04-devel/Dockerfile [moved from tools/docker/ubuntu18.04-devel/dockerfile with 92% similarity]
tools/docker/ubuntu18.04-run/Dockerfile [moved from tools/docker/ubuntu18.04-run/dockerfile with 100% similarity]

similarity index 92%
rename from tools/docker/ubuntu16.04-devel/dockerfile
rename to tools/docker/ubuntu16.04-devel/Dockerfile
index 8c16691..7f9bcca 100644 (file)
@@ -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/
similarity index 92%
rename from tools/docker/ubuntu18.04-devel/dockerfile
rename to tools/docker/ubuntu18.04-devel/Dockerfile
index 32eb536..c56b333 100644 (file)
@@ -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/