glenn-jocher commited on
Commit
c2026a5
·
unverified ·
1 Parent(s): cd30d83

Update Dockerfile install htop (#2320)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM nvcr.io/nvidia/pytorch:20.12-py3
3
 
4
  # Install linux packages
5
- RUN apt update && apt install -y zip screen libgl1-mesa-glx
6
 
7
  # Install python dependencies
8
  RUN python -m pip install --upgrade pip
 
2
  FROM nvcr.io/nvidia/pytorch:20.12-py3
3
 
4
  # Install linux packages
5
+ RUN apt update && apt install -y zip htop screen libgl1-mesa-glx
6
 
7
  # Install python dependencies
8
  RUN python -m pip install --upgrade pip