We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae65843 commit 4bbf15aCopy full SHA for 4bbf15a
Dockerfile.github-release
@@ -1,14 +1,5 @@
1
FROM megflow:latest as stage
2
3
-# prebuild rust-ffmpeg
4
-RUN cd / && git clone https://github.com/tpoisonooo/rust-ffmpeg && cd rust-ffmpeg && cargo build --release
5
-RUN mkdir -p /ffmpeg_dir && cp -rf `cat /tmp/megflow_ffmpeg_dynamic_link.sh | head -n 1`/* /ffmpeg_dir/ && rm /tmp/megflow_ffmpeg_dynamic_link.sh
6
-ENV LD_LIBRARY_PATH /ffmpeg_dir/lib:$LD_LIBRARY_PATH
7
-ENV PKG_CONFIG_PATH /ffmpeg_dir/lib/pkgconfig:$PKG_CONFIG_PATH
8
-ENV FFMPEG_DIR /ffmpeg_dir
9
-ENV CARGO_FEATURE_PREBUILD ""
10
-ENV CARGO_FEATURE_DYNAMIC ""
11
-
12
# build .whl
13
RUN cd flow-python \
14
&& python3 setup.py bdist_wheel -p linux-x86_64 -d ../dist
0 commit comments