Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ WORKDIR /app
|
|
12 |
RUN apt-get update && apt-get install -y \
|
13 |
libgl1-mesa-glx \
|
14 |
libgomp1 \
|
|
|
15 |
&& rm -rf /var/lib/apt/lists/*
|
16 |
|
17 |
# 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:i386\
|
16 |
&& rm -rf /var/lib/apt/lists/*
|
17 |
|
18 |
# Copy the requirements file into the container at /app
|