We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1097b commit 1d41c6cCopy full SHA for 1d41c6c
car.dockerfile
@@ -3,7 +3,7 @@ FROM --platform=linux/arm64/v8 kumatea/tensorflow:2.4.1-py39 AS base
3
4
WORKDIR foocars
5
ENV READTHEDOCS=True
6
-#TODO: use the get poetry install script
+
7
RUN pip3 install --upgrade pip poetry
8
RUN poetry config virtualenvs.create false
9
@@ -35,6 +35,5 @@ RUN poetry install
35
COPY --from=cargenerator /foocars/cars/chiaracer /foocars/cars/chiaracer
36
#ENTRYPOINT ["python3"]
37
#ENTRYPOINT ["/bin/bash"]
38
-##CMD ["/usr/local/bin/car_runner"]
39
-CMD ["/bin/bash"]
+CMD ["/usr/local/bin/car_runner"]
40
0 commit comments