Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShinyMapCovid19
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
!!! Bonne Année !!!
Open sidebar
BioSP
ShinyMapCovid19
Commits
26a3b843
Commit
26a3b843
authored
Jul 17, 2020
by
Virgile Baudrot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5f18786b
d9eec84d
Pipeline
#1936
passed with stages
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
Dockerfile.multi
Dockerfile.multi
+12
-2
No files found.
Dockerfile.multi
View file @
26a3b843
...
...
@@ -24,6 +24,8 @@ RUN apt-get update && apt-get install -y \
libglib2.0-dev/unstable \
libmount-dev/unstable \
libgsl-dev \
libudunits2-dev \
libgdal-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
...
...
@@ -50,7 +52,7 @@ RUN wget --no-verbose https://download3.rstudio.org/ubuntu-14.04/x86_64/VERSION
## R package dependencies
## Add here R packages dependencies
RUN Rscript -e "install.packages(c('shiny','readr','dplyr','tidyr', 'leaflet','RColorBrewer', 'shinydashboard', 'DT', 'plotly', '
parallel
'), repos='https://cran.biotools.fr/')"
RUN Rscript -e "install.packages(c('shiny','readr','dplyr','tidyr', 'leaflet','RColorBrewer', 'shinydashboard', 'DT', 'plotly', '
sf
'), repos='https://cran.biotools.fr/')"
## To get last version of packages
# comment it if you install specific R packages version
RUN Rscript -e "update.packages(ask=FALSE)"
...
...
@@ -119,7 +121,15 @@ RUN mkdir -p /srv/shiny-server/${APP_NAME}
COPY global.R /srv/shiny-server/${APP_NAME}
COPY ui.R /srv/shiny-server/${APP_NAME}
COPY server.R /srv/shiny-server/${APP_NAME}
ADD R /srv/shiny-server/${APP_NAME}/R
RUN mkdir -p /srv/shiny-server/${APP_NAME}/R
COPY R/rawcurves_plotly_f.R /srv/shiny-server/${APP_NAME}/R/
COPY R/compare_slope_EU_analysis_f.R /srv/shiny-server/${APP_NAME}/R/
COPY R/compare_slope_GENERIC_f.R /srv/shiny-server/${APP_NAME}/R/
COPY R/compare_slope_generic_main_f.R /srv/shiny-server/${APP_NAME}/R/
COPY R/compare_slope_generic_plotly_f.R /srv/shiny-server/${APP_NAME}/R/
COPY R/compare_slope_generic_predict_f.R /srv/shiny-server/${APP_NAME}/R/
COPY R/compare_slope_generic_plotlybis_f.R /srv/shiny-server/${APP_NAME}/R/
#ADD R /srv/shiny-server/${APP_NAME}/R
ADD www /srv/shiny-server/${APP_NAME}/www
RUN chown -R shiny.root /srv/shiny-server
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment