Skip to content

Commit

Permalink
installing systemctl and kernel modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhedarV authored Sep 27, 2024
1 parent 44bc8fc commit 53d22de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ RUN if [[ "${BASE_IMAGE}" == amazonlinux* ]]; then \
rm -f /tmp/${PACKAGE_FILE}; \
elif echo "${BASE_IMAGE}" | grep -q "ubuntu"; then \
bash -c 'apt-get update && \
apt-get install -y wget && \
apt-get install -y wget && \
apt-get install -y wget systemd linux-headers-$(uname -r) && \
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} && \
Expand Down

0 comments on commit 53d22de

Please sign in to comment.