Skip to content

Commit

Permalink
Update Dockerfile to include absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
choosehappy authored Nov 20, 2019
1 parent 74878a0 commit f373ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ RUN apt-get install -y openslide-tools

RUN cd /opt
RUN git clone https://github.com/choosehappy/HistoQC.git
RUN cd HistoQC
RUN pip3 install -r requirements.txt
RUN pip3 install -r /opt/HistoQC/requirements.txt

0 comments on commit f373ab0

Please sign in to comment.