We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef293b commit d99b8c5Copy full SHA for d99b8c5
Dockerfile
@@ -1,8 +1,7 @@
1
# ==================================
2
# Use an official Python runtime as a parent image
3
FROM python:3.10-slim
4
-RUN apt-get update && apt-get -y install libgl1-mesa-dev libglib2.0-0 build-esse
5
-ntial; apt-get clean
+RUN apt-get update && apt-get -y install libgl1-mesa-dev libglib2.0-0 build-essential; apt-get clean
6
RUN pip install opencv-contrib-python-headless
7
8
# Set environment variables
0 commit comments