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

@ -28,7 +28,8 @@ COPY requirements.txt .
RUN python3 -m pip install --upgrade pip wheel
RUN pip install --no-cache ultralytics albumentations gsutil notebook \
coremltools onnx onnx-simplifier onnxruntime tensorflow-cpu tensorflowjs \
# openvino-dev \
openvino-dev \
# tensorflowjs \
--extra-index-url https://download.pytorch.org/whl/cpu
# Cleanup