Skip to content

Commit

Permalink
Remove conflicting nvidia-tensorboard package (#2622)
Browse files Browse the repository at this point in the history
Attempt to resolve tensorboard Docker error in #2573
  • Loading branch information
glenn-jocher committed Mar 27, 2021
1 parent 005d7a8 commit 2dfe320
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 2dfe320

Please sign in to comment.