소스 검색

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
No known key found for this signature in database 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…
취소
저장