Parcourir la source

Update Dockerfile install htop (#2320)

5.0
Glenn Jocher GitHub il y a 3 ans
Parent
révision
c2026a5f35
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer