Skip to content

Commit

Permalink
Simplify mv command to not reference directories too specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Nov 29, 2024
1 parent 23aa4c3 commit e901cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/lerobot-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /ffmpeg
RUN wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz
RUN tar -xvf ffmpeg*.tar.xz
RUN mv ffmpeg-master-latest-linux64-gpl/bin/* /usr/local/bin/
RUN mv ffmpeg*/bin/* /usr/local/bin/
# Verify this ffmpeg build has support for libsvtav1, the default lerobot video decoder
RUN ffmpeg -encoders | grep libsvtav1

Expand Down

0 comments on commit e901cc2

Please sign in to comment.