From c7b9796cb4bedf74c5a1e23c2361986ea4c06ef1 Mon Sep 17 00:00:00 2001 From: Eelco van der Wel <eelcovdw@gmail.com> Date: Wed, 23 Nov 2022 12:38:46 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47c8972..ef27689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,12 +13,6 @@ RUN apt-get install git -y # information needed to install dependencies COPY ./setup.cfg ./setup.cfg COPY ./setup.py ./setup.py -RUN touch ./README.md - -# Install python dependencies -RUN python3 setup.py egg_info -RUN pip3 install -r pymemri.egg-info/requires.txt - COPY ./README.md ./README.md COPY ./zero_shot_plugin ./zero_shot_plugin -- GitLab