From b97904bcfcd0380af2cb92acfc9dfc7e51ff608d Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Tue, 10 Oct 2023 14:18:05 +0200 Subject: [PATCH] installing all sumo-scearios in docker #52 --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5eeed84..c94bbcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ FROM ghcr.io/eclipse/sumo:nightly -# tsc needs lfs for the scenarios -RUN apt-get -y install git-lfs; git lfs install +# tsc needs lfs for the old scenarios in data, but currently we only install from sumo-scenarios +#RUN apt-get -y install git-lfs; git lfs install RUN cd /opt; git clone --recursive --depth 1 --shallow-submodules https://github.com/DLR-TS/tsc; git clone --recursive --depth 1 --shallow-submodules https://github.com/DLR-TS/sumo-scenarios @@ -17,6 +17,6 @@ RUN apt-get -y install python3-psycopg2 # ensure up-to-date pip RUN python3 -m pip install -U pip -RUN cd /opt/tsc; pip install . +RUN cd /opt/tsc; python3 -m pip install . #RUN cd /opt/tsc; tsc_install -RUN cd /opt/tsc; tsc_install -p /opt/sumo-scenarios/ -s sumo-berlin +RUN cd /opt/tsc; tsc_install -p /opt/sumo-scenarios/