소스 검색

FROM nvcr.io/nvidia/pytorch:20.12-py3 (#1763)

5.0
Glenn Jocher GitHub 3 년 전
부모
커밋
720afe68e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      Dockerfile

+ 4
- 4
Dockerfile 파일 보기

@@ -1,13 +1,13 @@
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:20.10-py3
FROM nvcr.io/nvidia/pytorch:20.12-py3

# Install linux packages
RUN apt update && apt install -y screen
RUN apt update && apt install -y screen libgl1-mesa-glx

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

# Create working directory

Loading…
취소
저장