Skip to content

Commit

Permalink
chore: jdk17_ffmpeg_nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Apr 29, 2024
1 parent e6805ad commit 30532f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/nvidia/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM eclipse-temurin:17-jre

# 安装 FFmpeg
# 安装 ffmpeg
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:jonathonf/ffmpeg-5 && \
apt-get update && \
apt-get install -y ffmpeg libavcodec-extra

# 环境变量
Expand Down

0 comments on commit 30532f1

Please sign in to comment.