Skip to content

Commit d99b8c5

Browse files
authored
Update Dockerfile
1 parent 2ef293b commit d99b8c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# ==================================
22
# Use an official Python runtime as a parent image
33
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
4+
RUN apt-get update && apt-get -y install libgl1-mesa-dev libglib2.0-0 build-essential; apt-get clean
65
RUN pip install opencv-contrib-python-headless
76

87
# Set environment variables

0 commit comments

Comments
 (0)