Skip to content

Commit

Permalink
Clone HistoQC repo into container
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Sep 15, 2023
1 parent f78a198 commit d7ee80c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
FROM python:3.8 AS builder
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /opt/HistoQC
COPY . .
COPY requirements.txt .
RUN git clone https://github.com/choosehappy/HistoQC.git .
##COPY . .
##COPY requirements.txt .
# Create virtual environment for this project. This makes it easier to copy the Python
# installation into the second stage of the build.
ENV PATH="/opt/HistoQC/venv/bin:$PATH"
Expand Down

0 comments on commit d7ee80c

Please sign in to comment.