Spaces:
Sleeping
Sleeping
WebashalarForML
commited on
Commit
•
7a7785f
1
Parent(s):
e930c2d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ WORKDIR /app
|
|
12 |
RUN apt-get update && apt-get install -y \
|
13 |
libgl1-mesa-glx \
|
14 |
libgomp1 \
|
15 |
-
libglib2.0-0
|
16 |
&& rm -rf /var/lib/apt/lists/*
|
17 |
|
18 |
# Copy the requirements file into the container at /app
|
|
|
12 |
RUN apt-get update && apt-get install -y \
|
13 |
libgl1-mesa-glx \
|
14 |
libgomp1 \
|
15 |
+
libglib2.0-0 \
|
16 |
&& rm -rf /var/lib/apt/lists/*
|
17 |
|
18 |
# Copy the requirements file into the container at /app
|