glenn-jocher commited on
Commit
b2bef8f
1 Parent(s): 2e8e027

vast.ai compatability updates (#1657)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM nvcr.io/nvidia/pytorch:20.10-py3
3
 
4
  # Install linux packages
5
- RUN apt install screen
6
 
7
  # Install python dependencies
8
  RUN pip install --upgrade pip
 
2
  FROM nvcr.io/nvidia/pytorch:20.10-py3
3
 
4
  # Install linux packages
5
+ RUN apt update && apt install -y screen
6
 
7
  # Install python dependencies
8
  RUN pip install --upgrade pip