Update Dockerfile install htop (#2320)
This commit is contained in:
parent
cd30d838eb
commit
c2026a5f35
|
|
@ -2,7 +2,7 @@
|
||||||
FROM nvcr.io/nvidia/pytorch:20.12-py3
|
FROM nvcr.io/nvidia/pytorch:20.12-py3
|
||||||
|
|
||||||
# Install linux packages
|
# 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
|
# Install python dependencies
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue