Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ RUN apt-get update && \
|
|
| 8 |
git-lfs \
|
| 9 |
wget \
|
| 10 |
curl \
|
|
|
|
| 11 |
# python build dependencies \
|
| 12 |
build-essential \
|
| 13 |
libssl-dev \
|
|
|
|
| 8 |
git-lfs \
|
| 9 |
wget \
|
| 10 |
curl \
|
| 11 |
+
cmake \
|
| 12 |
# python build dependencies \
|
| 13 |
build-essential \
|
| 14 |
libssl-dev \
|