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/