Skip to content

Commit

Permalink
#167 Clean up Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlm committed Oct 27, 2023
1 parent 8e2d19f commit f3ef27e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scenario-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ RUN ./install_carma_scenario_runner --prefix /app $CARLA_VERSION \
&& mv PythonAPI/carla /app \
&& rm -rf *

# RUN

# && rm -rf PythonAPI

WORKDIR /app/scenario_runner

ENV PYTHONPATH "/app/carla/agents:/app/carla:/app/carla/dist/carla-$CARLA_VERSION-py3.7-linux-x86_64.egg"

# ENTRYPOINT ["python3", "scenario_runner.py"]
ENTRYPOINT ["python3", "scenario_runner.py"]

0 comments on commit f3ef27e

Please sign in to comment.