瀏覽代碼

Remove conflicting nvidia-tensorboard package (#2622)

Attempt to resolve tensorboard Docker error in https://github.com/ultralytics/yolov5/issues/2573
5.0
Glenn Jocher GitHub 3 年之前
父節點
當前提交
2dfe32030a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile 查看文件

@@ -7,6 +7,7 @@ RUN apt update && apt install -y zip htop screen libgl1-mesa-glx
# Install python dependencies
COPY requirements.txt .
RUN python -m pip install --upgrade pip
RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
RUN pip install --no-cache -r requirements.txt gsutil notebook

# Create working directory

Loading…
取消
儲存