Kaynağa Gözat

Update Dockerfile install htop (#2320)

5.0
Glenn Jocher GitHub 3 yıl önce
ebeveyn
işleme
c2026a5f35
Veri tabanında bu imza için bilinen anahtar bulunamadı GPC Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet