Skip to content

Commit

Permalink
installing all sumo-scearios in docker #52
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 10, 2023
1 parent a651cf7 commit b97904b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/

0 comments on commit b97904b

Please sign in to comment.