limcheekin
commited on
Commit
·
ac36b1f
1
Parent(s):
9767187
chore: added apt-get install pkg-config to fix the 'Could NOT find PkgConfig' error
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ RUN apt-get update && \
|
|
7 |
libopenblas-dev \
|
8 |
ninja-build \
|
9 |
build-essential \
|
|
|
10 |
curl
|
11 |
|
12 |
RUN pip install -U pip setuptools wheel && \
|
|
|
7 |
libopenblas-dev \
|
8 |
ninja-build \
|
9 |
build-essential \
|
10 |
+
pkg-config \
|
11 |
curl
|
12 |
|
13 |
RUN pip install -U pip setuptools wheel && \
|