Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -7,6 +7,7 @@ RUN apt-get update && \
|
|
| 7 |
|
| 8 |
WORKDIR /code
|
| 9 |
COPY requirements.txt /code/requirements.txt
|
|
|
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
|
| 12 |
# Copy only the source code after installing the dependencies
|
|
|
|
| 7 |
|
| 8 |
WORKDIR /code
|
| 9 |
COPY requirements.txt /code/requirements.txt
|
| 10 |
+
RUN export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 12 |
|
| 13 |
# Copy only the source code after installing the dependencies
|