Files
rocm-systems/projects/rocdecode/docker/rocDecode-on-ubuntu22.dockerfile
T
Aryan Salmanpour 1d3477a3c0 Update dockers for 6.1 release (#259)
* Update dockers for 6.1 release

* update the command for running the dockers

[ROCm/rocdecode commit: 01793e9c5e]
2024-02-26 10:27:38 -05:00

17 lines
751 B
Docker

FROM ubuntu:22.04
# install base dependencies
RUN apt-get update -y
#RUN apt-get dist-upgrade -y
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install gcc g++ cmake pkg-config git apt-utils sudo vainfo dialog libstdc++-12-dev
# install ROCm
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install initramfs-tools libnuma-dev wget keyboard-configuration && \
wget https://repo.radeon.com/amdgpu-install/6.1/ubuntu/jammy/amdgpu-install_6.1.60100-1_all.deb && \
sudo apt-get install -y ./amdgpu-install_6.1.60100-1_all.deb && \
sudo amdgpu-install -y --usecase=multimediasdk,rocm --no-32
WORKDIR /workspace
# install rocDecode package
RUN DEBIAN_FRONTEND=noninteractive sudo apt install -y rocdecode rocdecode-dev rocdecode-test