-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDockerfile
More file actions
44 lines (40 loc) · 698 Bytes
/
Dockerfile
File metadata and controls
44 lines (40 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
FROM ubuntu:16.04
WORKDIR /root/
COPY installers/* /installation/
COPY Xilinx.lic /root/.Xilinx/
RUN echo "alias source_xilinx=\"/local/SDx/SDx/2018.2/settings64.sh\"" >> /root/.bashrc
RUN . /root/.bashrc
RUN apt-get update && apt-get install -y \
ocl-icd-libopencl1 \
opencl-headers \
ocl-icd-opencl-dev \
linux-libc-dev\
g++\
gcc\
gdb\
make\
libopencv-dev\
libjpeg-dev\
libpng-dev\
libtiff5-dev\
python\
git\
dmidecode\
pciutils\
strace\
perl\
libboost-dev\
libboost-filesystem-dev\
gnuplot\
cmake\
lm-sensors\
lsb\
unzip\
python3-sphinx-rtd-theme \
sphinx-common\
python3-sphinx\
libuuid1\
uuid-dev\
mokutil\
wget\
openssl