Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,6 +4,8 @@ FROM pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime
|
|
4 |
# Install Git
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
|
|
|
|
|
7 |
# Set up a new user named "user" with user ID 1000
|
8 |
RUN useradd -m -u 1000 user
|
9 |
|
|
|
4 |
# Install Git
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
|
7 |
+
RUN apt-get update && apt-get install -y ninja-build
|
8 |
+
|
9 |
# Set up a new user named "user" with user ID 1000
|
10 |
RUN useradd -m -u 1000 user
|
11 |
|