Skip to content

Commit

Permalink
Adds .boto file for globablly changing boto log config
Browse files Browse the repository at this point in the history
  • Loading branch information
Miserlou committed Sep 4, 2018
1 parent d72aa4e commit 817fbb4
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .boto
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Boto]
debug = 0
num_retries = 10
1 change: 1 addition & 0 deletions foreman/dockerfiles/Dockerfile.foreman
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WORKDIR /home/user
RUN pip3 install --upgrade pip

COPY config config
COPY .boto .boto

COPY foreman/requirements.txt .

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get upgrade -y
apt-get install --yes nfs-common jq iotop dstat speedometer
apt-get install --yes nfs-common jq iotop dstat speedometer awscli docker.io

ulimit -n 65536

Expand Down
1 change: 1 addition & 0 deletions workers/dockerfiles/Dockerfile.affymetrix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN pip3 install setuptools --upgrade && \
rm -rf /root/.cache

COPY config/ config/
COPY .boto .boto

COPY common/dist/data-refinery-common-* common/

Expand Down
1 change: 1 addition & 0 deletions workers/dockerfiles/Dockerfile.downloaders
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN sh aspera-cli-3.7.7.608.927cce8-linux-64-release.sh
USER root

COPY config config
COPY .boto .boto

COPY workers/data_refinery_workers/downloaders/requirements.txt .

Expand Down
1 change: 1 addition & 0 deletions workers/dockerfiles/Dockerfile.illumina
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN Rscript illumina_dependencies.R
RUN pip3 install --upgrade pip

COPY config/ config/
COPY .boto .boto

COPY workers/data_refinery_workers/processors/requirements.txt .

Expand Down
1 change: 1 addition & 0 deletions workers/dockerfiles/Dockerfile.no_op
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN pip3 install --upgrade pip
RUN pip3 --no-cache-dir install -r requirements.txt

COPY config/ config/
COPY .boto .boto
COPY common/dist/data-refinery-common-* common/

# Get the latest version from the dist directory.
Expand Down
1 change: 1 addition & 0 deletions workers/dockerfiles/Dockerfile.salmon
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN chmod +x ./FastQC/fastqc
RUN rm -f fastqc_v0.11.7.zip

COPY config/ config/
COPY .boto .boto

COPY workers/data_refinery_workers/processors/requirements.txt .

Expand Down
1 change: 1 addition & 0 deletions workers/dockerfiles/Dockerfile.smasher
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN pip3 install numpy scipy matplotlib pandas==0.23.1 scikit-learn sympy nose r
# End smasher-specific

COPY config/ config/
COPY .boto .boto

COPY workers/data_refinery_workers/processors/requirements.txt .

Expand Down
1 change: 1 addition & 0 deletions workers/dockerfiles/Dockerfile.transcriptome
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN rm -r Salmon*
RUN pip3 install --upgrade pip

COPY config/ config/
COPY .boto .boto

COPY workers/data_refinery_workers/processors/requirements.txt .

Expand Down

0 comments on commit 817fbb4

Please sign in to comment.