Skip to content

Commit

Permalink
Turn car_runner on right away
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklon committed Apr 29, 2023
1 parent 3a1097b commit 1d41c6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions car.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/arm64/v8 kumatea/tensorflow:2.4.1-py39 AS base

WORKDIR foocars
ENV READTHEDOCS=True
#TODO: use the get poetry install script

RUN pip3 install --upgrade pip poetry
RUN poetry config virtualenvs.create false

Expand Down Expand Up @@ -35,6 +35,5 @@ RUN poetry install
COPY --from=cargenerator /foocars/cars/chiaracer /foocars/cars/chiaracer
#ENTRYPOINT ["python3"]
#ENTRYPOINT ["/bin/bash"]
##CMD ["/usr/local/bin/car_runner"]
CMD ["/bin/bash"]
CMD ["/usr/local/bin/car_runner"]

0 comments on commit 1d41c6c

Please sign in to comment.