Reorder Dockerfile for reduced rebuilding (#358)

This commit is contained in:
Glenn Jocher
2023-01-14 19:20:56 +01:00
committed by GitHub
parent 4962733b49
commit 46ed5ff75e
3 changed files with 9 additions and 8 deletions

View File

@ -27,10 +27,8 @@ RUN git clone https://github.com/ultralytics/ultralytics /usr/src/ultralytics
COPY requirements.txt .
RUN python3 -m pip install --upgrade pip wheel
RUN pip install --no-cache ultralytics gsutil notebook \
tensorflow-aarch64
tensorflow-aarch64 onnx onnx-simplifier onnxruntime coremltools openvino-dev
# tensorflowjs \
# onnx onnx-simplifier onnxruntime \
# coremltools openvino-dev \
# Cleanup
ENV DEBIAN_FRONTEND teletype