Revert my changes to dockerfiles

This commit is contained in:
yoni13
2025-01-11 10:13:03 +08:00
parent 4d704e9f73
commit a2722e16e7
2 changed files with 31 additions and 25 deletions
+1 -4
View File
@@ -8,8 +8,6 @@ FROM builder-cpu AS builder-cuda
FROM builder-cpu AS builder-armnn
FROM builder-cpu AS builder-rknn
ENV ARMNN_PATH=/opt/armnn
COPY ann /opt/ann
RUN mkdir /opt/armnn && \
@@ -82,7 +80,6 @@ COPY --from=builder-armnn \
/opt/ann/build.sh \
/opt/armnn/
FROM prod-cpu AS prod-rknn
FROM prod-${DEVICE} AS prod
ARG DEVICE
@@ -112,4 +109,4 @@ COPY app .
ENTRYPOINT ["tini", "--"]
CMD ["./start.sh"]
HEALTHCHECK CMD python3 healthcheck.py
HEALTHCHECK CMD python3 healthcheck.py