瀏覽代碼

Docker pyYAML>=5.3.1 fix (#2031)

5.0
Glenn Jocher GitHub 3 年之前
父節點
當前提交
3551b072b3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      requirements.txt

+ 1
- 1
Dockerfile 查看文件

@@ -5,7 +5,7 @@ FROM nvcr.io/nvidia/pytorch:20.12-py3
RUN apt update && apt install -y screen libgl1-mesa-glx

# Install python dependencies
RUN pip install --upgrade pip
RUN python -m pip install --upgrade pip
COPY requirements.txt .
RUN pip install -r requirements.txt gsutil


+ 1
- 1
requirements.txt 查看文件

@@ -6,7 +6,7 @@ matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2
Pillow
PyYAML==5.4.1
PyYAML>=5.3.1
scipy>=1.4.1
tensorboard>=2.2
torch>=1.7.0

Loading…
取消
儲存