Update Dockerfile-ubuntu_18_04
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user