Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -20,6 +20,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 20 |
ca-certificates \
|
| 21 |
&& rm -rf /var/lib/apt/lists/*
|
| 22 |
|
|
|
|
|
|
|
| 23 |
# Copy requirements and install Python dependencies
|
| 24 |
COPY requirements.txt .
|
| 25 |
RUN pip install --upgrade pip
|
|
|
|
| 20 |
ca-certificates \
|
| 21 |
&& rm -rf /var/lib/apt/lists/*
|
| 22 |
|
| 23 |
+
RUN ldconfig
|
| 24 |
+
|
| 25 |
# Copy requirements and install Python dependencies
|
| 26 |
COPY requirements.txt .
|
| 27 |
RUN pip install --upgrade pip
|