Update Dockerfile-ubuntu_18_04

This commit is contained in:
ReenigneArcher
2021-12-20 23:54:46 -05:00
parent 59394e23f4
commit 279fb8803e
+2 -5
View File
@@ -26,10 +26,7 @@ RUN apt-get update -y && \
git \ git \
g++-10 \ g++-10 \
libavdevice-dev \ libavdevice-dev \
libboost-filesystem-dev \ libboost-all-dev \
libboost-log-dev \
libboost-regex-dev \
libboost-thread-dev \
libcap-dev \ libcap-dev \
libdrm-dev \ libdrm-dev \
libevdev-dev \ libevdev-dev \
@@ -55,4 +52,4 @@ RUN /root/cuda.run --silent --toolkit --toolkitpath=/usr --no-opengl-libs --no-m
COPY build-private.sh /root/build.sh COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh" -p] ENTRYPOINT ["/root/build.sh"]