Skip to content

Commit

Permalink
chron: docker image jmal/jdk17_ffmpeg_nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed May 7, 2024
1 parent 5f2c8cd commit b39a82f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ FROM nvidia/cuda:11.7.1-base-ubuntu22.04 AS base
# 设置环境变量,防止在安装过程中出现对话框干扰
ENV DEBIAN_FRONTEND=noninteractive

# 启用 Universe 存储库以获取所有 FFmpeg 依赖项
RUN add-apt-repository universe

# 安装必要的软件包和依赖项
RUN apt-get update && \
apt-get install -y \
wget \
gnupg \
software-properties-common

# 启用 Universe 存储库以获取所有 FFmpeg 依赖项
RUN add-apt-repository universe

# 添加 Jellyfin 的官方 GPG 密钥
RUN wget -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | gpg --dearmor -o /usr/share/keyrings/jellyfin-archive-keyring.gpg

Expand Down

0 comments on commit b39a82f

Please sign in to comment.