From c8476cb5f55e470b831ae4557a031a2c1294eb86 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Mon, 25 Apr 2022 11:17:49 +0200 Subject: [PATCH] add banner.txt to container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 635d9b8..fedf264 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY image_prediction image_prediction COPY setup.py setup.py COPY requirements.txt requirements.txt COPY config.yaml config.yaml +COPY banner.txt banner.txt # Install dependencies differing from base image. RUN python3 -m pip install -r requirements.txt