Commit c7b9796c authored by Eelco van der Wel's avatar Eelco van der Wel :speech_balloon:
Browse files

Update Dockerfile

parent 60d3e8d5
Pipeline #11997 passed with stages
in 11 minutes and 50 seconds
Showing with 0 additions and 6 deletions
+0 -6
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment