Skip to content

Commit

Permalink
Remove conflicting nvidia-tensorboard package (ultralytics#2622)
Browse files Browse the repository at this point in the history
Attempt to resolve tensorboard Docker error in ultralytics#2573

(cherry picked from commit 2dfe320)
  • Loading branch information
glenn-jocher authored and Lechtr committed Mar 28, 2021
1 parent d5ae7d7 commit ea4cf8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea4cf8b

Please sign in to comment.