From 3c9abcd978bb07c00f95811782c609b6eb613207 Mon Sep 17 00:00:00 2001 From: Andrea Censi Date: Wed, 29 Sep 2021 14:10:36 +0200 Subject: misc --- Dockerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 0adfd96..52b3b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,15 +3,10 @@ FROM andreacensi/act4e:spring2021 WORKDIR /ACT4E COPY requirements.txt . -RUN pip install -r requirements.txt +RUN python3 -m pip install -r requirements.txt COPY src src COPY setup.py . - -#RUN git clone --branch spring2021 https://github.com/idsc-frazzoli/ACT4E-exercises.git -#RUN cd ACT4E-exercises && python setup.py develop - - -RUN python setup.py develop +RUN python3 -m pip install -e . -- cgit v1.2.1