Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -7,6 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|
7 |
# Install Git, OpenGL libraries, and libglib2.0
|
8 |
RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
|
9 |
|
|
|
|
|
10 |
# Install necessary dependencies, including CMake, a C++ compiler, and others
|
11 |
RUN apt-get update && apt-get install -y unzip ffmpeg cmake g++ build-essential aria2
|
12 |
|
|
|
7 |
# Install Git, OpenGL libraries, and libglib2.0
|
8 |
RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
|
9 |
|
10 |
+
RUN apt-get update && apt-get install -y ninja-build
|
11 |
+
|
12 |
# Install necessary dependencies, including CMake, a C++ compiler, and others
|
13 |
RUN apt-get update && apt-get install -y unzip ffmpeg cmake g++ build-essential aria2
|
14 |
|