Skip to content

Commit

Permalink
fix visqol build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Jan 17, 2025
1 parent 379fe50 commit ef8d330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ COPY --from=ghcr.io/vpalmisano/webrtcperf-ffmpeg:devel /usr/lib/aarch64-linux-gn
COPY --from=ghcr.io/vpalmisano/webrtcperf-ffmpeg:devel /usr/share/model/* /usr/share/model/

# Optional dependencies.
#COPY --from=ghcr.io/vpalmisano/webrtcperf-visqol:devel /src/visqol/bazel-bin/visqo[l] /usr/bin/
#COPY --from=ghcr.io/vpalmisano/webrtcperf-visqol:devel /src/visqol/mode[l] /usr/share/visqol/model
COPY --from=ghcr.io/vpalmisano/webrtcperf-visqol:devel /src/visqol/bazel-bin/visqol /usr/bin/
COPY --from=ghcr.io/vpalmisano/webrtcperf-visqol:devel /src/visqol/model /usr/share/visqol/model

# Default test video.
RUN mkdir -p /app/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.visqol
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN \
RUN \
mkdir -p /src \
&& cd /src \
&& git clone --depth 1 https://github.com/google/visqol
&& git clone --depth 1 https://github.com/aadilghani1/visqol
RUN cd /src/visqol \
&& bazel-5.3.2 build :visqol -c opt

0 comments on commit ef8d330

Please sign in to comment.