Skip to content

Commit

Permalink
Explicitly copy requirements into container
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Sep 15, 2023
1 parent 1f6b97e commit f78a198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ FROM python:3.8 AS builder
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /opt/HistoQC
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 f78a198

Please sign in to comment.