Unverified 提交 f58fe6b6 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Update Dockerfile-cpu (#9184)

上级 ffbce385
...@@ -18,7 +18,8 @@ RUN apt install --no-install-recommends -y python3-pip git zip curl htop libgl1- ...@@ -18,7 +18,8 @@ RUN apt install --no-install-recommends -y python3-pip git zip curl htop libgl1-
COPY requirements.txt . COPY requirements.txt .
RUN python3 -m pip install --upgrade pip wheel RUN python3 -m pip install --upgrade pip wheel
RUN pip install --no-cache -r requirements.txt albumentations gsutil notebook \ RUN pip install --no-cache -r requirements.txt albumentations gsutil notebook \
coremltools onnx onnx-simplifier onnxruntime openvino-dev tensorflow-cpu tensorflowjs \ coremltools onnx onnx-simplifier onnxruntime tensorflow-cpu tensorflowjs \
# openvino-dev \
--extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://download.pytorch.org/whl/cpu
# Create working directory # Create working directory
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论