Commit be466d32 authored by wuzekai's avatar wuzekai

update

parent 80d48077
...@@ -10,6 +10,7 @@ RUN R -e "install.packages(c('shiny', 'shinydashboard', 'remotes','readxl'), rep ...@@ -10,6 +10,7 @@ RUN R -e "install.packages(c('shiny', 'shinydashboard', 'remotes','readxl'), rep
RUN echo 'options(radiant.shinyFiles = FALSE)' >> /usr/local/lib/R/etc/Rprofile.site RUN echo 'options(radiant.shinyFiles = FALSE)' >> /usr/local/lib/R/etc/Rprofile.site
COPY . /srv/shiny-server/ COPY . /srv/shiny-server/
COPY set_path.R /usr/local/lib/R/etc/Rprofile.site.d/00-radiant-path.R COPY set_path.R /usr/local/lib/R/etc/Rprofile.site.d/00-radiant-path.R
RUN echo 'source("/srv/shiny-server/radiant.model/R/coxp.R")' >> /usr/local/lib/R/etc/Rprofile.site
# 安装所有模块 # 安装所有模块
...@@ -28,6 +29,7 @@ CMD ["R", "-e", "radiant::radiant(host='0.0.0.0', port=3838)"] ...@@ -28,6 +29,7 @@ CMD ["R", "-e", "radiant::radiant(host='0.0.0.0', port=3838)"]
#sudo -i #sudo -i
#cd /home/wuzekai/radiant #cd /home/wuzekai/radiant
#docker images | grep radiant 查看镜像 #docker images | grep radiant 查看镜像
#docker ps | grep radiant 查看容器
#docker build -t radiant:latest . 构建镜像 #docker build -t radiant:latest . 构建镜像
#cd /home/wuzekai/shinyproxy #cd /home/wuzekai/shinyproxy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment