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:
@@ -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
|
||||
Reference in New Issue
Block a user