Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller authored Dec 12, 2023
1 parent 3460faa commit 25c962a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ RUN apt-get update && \
&& rm -rf /var/lib/apt/lists/*

# Download and extract API
RUN printenv
RUN echo "TEST"
RUN echo ${CARLA_REMOTE_PATH}
RUN wget -qO- "${CARLA_REMOTE_PATH}" | tar -xzv PythonAPI/carla

############ dependencies ############
Expand Down Expand Up @@ -82,4 +79,4 @@ WORKDIR ${WORKSPACE}
COPY ./docker/entrypoint.sh /
ENTRYPOINT [ "/entrypoint.sh" ]

CMD [ "python3", "scenario_runner_server.py" ]
CMD [ "python3", "scenario_runner.py", "--help" ]

0 comments on commit 25c962a

Please sign in to comment.