Skip to content

Commit

Permalink
Docker pyYAML>=5.3.1 fix (ultralytics#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jan 24, 2021
1 parent e717ecb commit 7662310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM nvcr.io/nvidia/pytorch:20.12-py3
RUN apt update && apt install -y screen libgl1-mesa-glx

# Install python dependencies
RUN pip install --upgrade pip
RUN python -m pip install --upgrade pip
COPY requirements.txt .
RUN pip install -r requirements.txt gsutil

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2
Pillow
PyYAML==5.4.1
PyYAML>=5.3.1
scipy>=1.4.1
tensorboard>=2.2
torch>=1.7.0
Expand Down

0 comments on commit 7662310

Please sign in to comment.