Update dockers for 6.1 release (#259)

* Update dockers for 6.1 release

* update the command for running the dockers

[ROCm/rocdecode commit: 01793e9c5e]
This commit is contained in:
Aryan Salmanpour
2024-02-26 10:27:38 -05:00
committed by GitHub
parent 401031ef31
commit 1d3477a3c0
3 changed files with 7 additions and 9 deletions
@@ -8,11 +8,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install gcc g++ cmake pkg-config g
# 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/focal/amdgpu-install_6.1.60100-1_all.deb && \
sudo apt-get install ./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
# clone rocDecode and build
RUN git clone https://github.com/ROCm/rocDecode.git && \
cd rocDecode && mkdir build && cd build && cmake .. && make -j8 && sudo make install
# install rocDecode package
RUN DEBIAN_FRONTEND=noninteractive sudo apt install -y rocdecode rocdecode-dev rocdecode-test