Skip to content

Commit

Permalink
Restore master branches for predict-tf-* repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Aug 23, 2019
1 parent 1fcded3 commit 1e1ce87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e1ce87

Please sign in to comment.