Spaces:
Runtime error
Runtime error
thuralinhtut
commited on
Commit
•
07b3e03
1
Parent(s):
29fb1a6
commit
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -8,6 +8,10 @@ ENV PYTHONUNBUFFERED 1
|
|
8 |
# Set the working directory in the container
|
9 |
WORKDIR /app
|
10 |
|
|
|
|
|
|
|
|
|
11 |
# Copy the requirements file to the working directory
|
12 |
COPY requirements.txt .
|
13 |
|
|
|
8 |
# Set the working directory in the container
|
9 |
WORKDIR /app
|
10 |
|
11 |
+
|
12 |
+
# Install OpenCV dependencies
|
13 |
+
RUN apt-get update && apt-get install -y libsm6 libxext6 libxrender-dev
|
14 |
+
|
15 |
# Copy the requirements file to the working directory
|
16 |
COPY requirements.txt .
|
17 |
|