From: shortcipher3 Date: Fri, 30 Apr 2021 23:05:59 +0000 (-0600) Subject: with GST_PLUGIN_PATH set `gst-inspect-1.0 nnstreamer` works, also renamed Dockerfile... X-Git-Tag: accepted/tizen/unified/20210510.155212~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f63579d09d320e96c34eb0c00675d02deb2d530;p=platform%2Fupstream%2Fnnstreamer.git with GST_PLUGIN_PATH set `gst-inspect-1.0 nnstreamer` works, also renamed Dockerfile to use standard naming convention Signed-off-by: shortcipher3 --- 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