FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 51c0052a authored by L. Bower's avatar L. Bower
Browse files

removing commented lines

parent 8c43b447
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ RUN mkdir -p /storage/app/EWS_prod/regions/EastAfrica/workspace ...@@ -8,7 +8,6 @@ RUN mkdir -p /storage/app/EWS_prod/regions/EastAfrica/workspace
RUN mkdir -p /storage/app/EWS_prod/regions/SouthAsia/workspace RUN mkdir -p /storage/app/EWS_prod/regions/SouthAsia/workspace
#copy resources in #copy resources in
#COPY ./installRPackages.txt /home
COPY ./conda-env-py3EWS-withbuilds.yml . COPY ./conda-env-py3EWS-withbuilds.yml .
#install system packages #install system packages
...@@ -17,15 +16,6 @@ RUN echo "alias e='emacs -nw $1'" >> ~/.bashrc; ...@@ -17,15 +16,6 @@ RUN echo "alias e='emacs -nw $1'" >> ~/.bashrc;
#sets the timezone to London #sets the timezone to London
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
#build R
#RUN wget --quiet https://cran.r-project.org/src/base/R-3/R-3.5.1.tar.gz -O /usr/local/R-3.5.1.tar.gz
#RUN tar -zxvf /usr/local/R-3.5.1.tar.gz -C /usr/local/
#RUN mv /usr/local/R-3.5.1 /usr/local/R
#RUN cd /usr/local/R/;./configure --with-readline=no --with-x=no;make
#install R packages
#RUN /usr/local/R/bin/Rscript installRPackages.txt;
# Install miniconda # Install miniconda
ENV CONDA_DIR /storage/app/miniconda3 ENV CONDA_DIR /storage/app/miniconda3
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"WorkspacePath" : "set_in_the_code", "WorkspacePath" : "set_in_the_code",
"ResourcesPath" : "../test_data/test_deployment/regions/EastAfrica/resources/", "ResourcesPath" : "../test_data/test_deployment/regions/EastAfrica/resources/",
"ServerPath" : "OVERRIDDEN", "ServerPath" : "OVERRIDDEN",
"ServerName" : "ewsmanager@willow.csx.cam.ac.uk", "ServerName" : "OVERRIDDEN, set to empty string in tests",
"ServerKey" : "not used, set to empty string in tests", "ServerKey" : "not used, set to empty string in tests",
"Survey" : { "Survey" : {
"ProcessPreJob" : "process_pre_job_survey", "ProcessPreJob" : "process_pre_job_survey",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment