瀏覽代碼

remove thop dependency

5.0
Glenn Jocher 4 年之前
父節點
當前提交
11b462e2a9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

@@ -2,7 +2,7 @@
FROM nvcr.io/nvidia/pytorch:20.03-py3

# Install dependencies (pip or conda)
RUN pip install -U gsutil thop
RUN pip install -U gsutil
# RUN pip install -U -r requirements.txt

# Create working directory

Loading…
取消
儲存