Browse Source

vast.ai compatability updates (#1657)

5.0
Glenn Jocher GitHub 3 years ago
parent
commit
b2bef8f6d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

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

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

# Install python dependencies
RUN pip install --upgrade pip

Loading…
Cancel
Save