summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2021-09-29 14:10:36 +0200
committerAndrea Censi <acensi@ethz.ch>2021-09-29 14:10:36 +0200
commit3c9abcd978bb07c00f95811782c609b6eb613207 (patch)
treeaa2682aec9832b8aa73799918ed832f520574ae5 /Dockerfile
parentBump to version 7.1.2104061654 (diff)
downloadact4e-3c9abcd978bb07c00f95811782c609b6eb613207.tar.gz
act4e-3c9abcd978bb07c00f95811782c609b6eb613207.zip
misc
Diffstat (limited to '')
-rw-r--r--Dockerfile9
1 files changed, 2 insertions, 7 deletions
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 .