Spaces:
Sleeping
Sleeping
saniaE commited on
Commit ·
e12b3b9
1
Parent(s): f2bc4d7
testing docker fix
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,8 @@ FROM python:3.9-slim
|
|
| 2 |
|
| 3 |
# Install system dependencies for OpenCV and TFOD Protobuf
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
-
libgl1
|
|
|
|
| 6 |
libglib2.0-0 \
|
| 7 |
protobuf-compiler \
|
| 8 |
git \
|
|
|
|
| 2 |
|
| 3 |
# Install system dependencies for OpenCV and TFOD Protobuf
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
+
libgl1 \
|
| 6 |
+
libglx-mesa0 \
|
| 7 |
libglib2.0-0 \
|
| 8 |
protobuf-compiler \
|
| 9 |
git \
|