Skip to content

Commit

Permalink
installing packages for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhedarV authored Sep 27, 2024
1 parent 3328a7d commit 44bc8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN if [[ "${BASE_IMAGE}" == amazonlinux* ]]; then \
elif echo "${BASE_IMAGE}" | grep -q "ubuntu"; then \
bash -c 'apt-get update && \
apt-get install -y wget && \
apt-get install -y ocl-icd-libopencl1 lsb-release dkms udev python3 ocl-icd-opencl-dev uuid-dev libboost-filesystem1.65.1 libboost-program-options1.65.1 libboost-system1.65.1 libprotobuf10 libyaml-0-2 && \
dpkg -i /tmp/${PACKAGE_FILE} || apt-get install -f -y && \
rm -f /tmp/${PACKAGE_FILE} && \
dpkg -l | grep xrt'; \
Expand Down

0 comments on commit 44bc8fc

Please sign in to comment.