From 1e1ce8787139d185c8c75a4fbf535516b47b1841 Mon Sep 17 00:00:00 2001 From: Dan Leehr Date: Fri, 23 Aug 2019 09:41:09 -0400 Subject: [PATCH] Restore master branches for predict-tf-* repos After merging https://github.com/Duke-GCB/Predict-TF-Binding/pull/46 and https://github.com/Duke-GCB/Predict-TF-Preference/pull/5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3b8ec3..a6971d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,13 +15,13 @@ ENV PATH /opt/tf-predictions-worker/:$PATH ### Step 3: Install Predict-TF-Binding from GitHub WORKDIR /opt/ -RUN git clone -b python3 https://github.com/Duke-GCB/Predict-TF-Binding.git predict-tf-binding +RUN git clone https://github.com/Duke-GCB/Predict-TF-Binding.git predict-tf-binding RUN pip3 install -r /opt/predict-tf-binding/requirements.txt ENV PATH /opt/predict-tf-binding/:$PATH ### Step 4: Install Predict-TF-Preference from GitHub WORKDIR /opt/ -RUN git clone -b python3 https://github.com/Duke-GCB/Predict-TF-Preference.git predict-tf-preference +RUN git clone https://github.com/Duke-GCB/Predict-TF-Preference.git predict-tf-preference ENV PATH /opt/predict-tf-preference/:$PATH # Switch to non-root user