Skip to content

Commit

Permalink
Update Dockerfile install htop (ultralytics#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Feb 27, 2021
1 parent a796fbb commit d4ef221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM nvcr.io/nvidia/pytorch:20.12-py3

# Install linux packages
RUN apt update && apt install -y zip screen libgl1-mesa-glx
RUN apt update && apt install -y zip htop screen libgl1-mesa-glx

# Install python dependencies
RUN python -m pip install --upgrade pip
Expand Down

0 comments on commit d4ef221

Please sign in to comment.