glenn-jocher
commited on
vast.ai compatability updates (#1657)
Browse files- 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
|