Spaces:
Runtime error
Runtime error
Commit ·
011eb4f
1
Parent(s): fd1c877
Change Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -6,10 +6,10 @@ WORKDIR /app
|
|
| 6 |
|
| 7 |
# Install system dependencies required for sentence-transformers and OpenCV
|
| 8 |
RUN apt-get update && apt-get install -y \
|
| 9 |
-
libgl1
|
| 10 |
libglib2.0-0 \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
-
|
| 13 |
# Copy the requirements file into the container at /app
|
| 14 |
COPY requirements.txt .
|
| 15 |
|
|
|
|
| 6 |
|
| 7 |
# Install system dependencies required for sentence-transformers and OpenCV
|
| 8 |
RUN apt-get update && apt-get install -y \
|
| 9 |
+
libgl1 \
|
| 10 |
libglib2.0-0 \
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
+
|
| 13 |
# Copy the requirements file into the container at /app
|
| 14 |
COPY requirements.txt .
|
| 15 |
|