TAL min_memory argument, precommit, Docker fixes (#836)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jaap van de Loosdrecht <jaap@vdlmv.nl>
This commit is contained in:
Glenn Jocher
2023-02-07 02:37:13 +04:00
committed by GitHub
parent 64f247d692
commit 3633d4c06b
6 changed files with 75 additions and 30 deletions

View File

@ -27,7 +27,7 @@ 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 albumentations gsutil notebook \
coremltools onnx onnx-simplifier onnxruntime openvino-dev>=2022.3
coremltools onnx onnxruntime
# tensorflow-aarch64 tensorflowjs \
# Cleanup