-
Notifications
You must be signed in to change notification settings - Fork 2
/
LOG
36 lines (35 loc) · 1.68 KB
/
LOG
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
Sending build context to Docker daemon 38.2MB
Step 1/11 : FROM centos:7.2.1511
---> 9aec5c5fe4ba
Step 2/11 : RUN yum install -y epel-release && yum install -y R-3.6.0-1.el7.x86_64 wget nano vim-X11 vim-common vim-enhanced vim-minimal ypbind yp-tools ypserv autofs nfs-utils rsyslog && yum install -y openssl-devel curl libcurl-devel mesa-libGLU freetype-devel libpng-devel libtiff-devel libjpeg-turbo-devel cairo-devel libxml2-devel xorg-x11-server-devel libX11-devel libXt-devel && mkdir /data && mkdir /etc/automount && R -e "install.packages(c('shiny','crosstalk','rmarkdown'), repos='https://cran.rstudio.com/',dependencies=TRUE)"
---> Using cache
---> e8581fbac5c1
Step 3/11 : RUN unlink /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
---> Using cache
---> 42d9ebae7277
Step 4/11 : ADD ./mounts.py /usr/local/bin/mounts.py
---> 18c7abdc9788
Step 5/11 : ADD ./startup.sh /usr/local/bin/startup.sh
---> 333fdf6e73f9
Step 6/11 : VOLUME ["/export/"]
---> Running in b06b3645af00
Removing intermediate container b06b3645af00
---> 9e2163a1469c
Step 7/11 : RUN mkdir /root/clusterProfiler_GOenrich
---> Running in e51d46bb5e65
Removing intermediate container e51d46bb5e65
---> 1f11c7a63184
Step 8/11 : COPY app.R /root/clusterProfiler_GOenrich
---> 9b99f754e490
Step 9/11 : COPY Rprofile.site /usr/lib/R/etc/
---> d8987d1153a7
Step 10/11 : EXPOSE 2525
---> Running in 3fecd46079a1
Removing intermediate container 3fecd46079a1
---> 96b02f2b7fb3
Step 11/11 : CMD ["/usr/local/bin/startup.sh"]
---> Running in 0f4cbb0ab376
Removing intermediate container 0f4cbb0ab376
---> d722a4151ec9
Successfully built d722a4151ec9
Successfully tagged clu_profiler:latest