Reorder Dockerfile for reduced rebuilding (#358)
This commit is contained in:
parent
4962733b49
commit
46ed5ff75e
3 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue