Spaces:
Sleeping
Sleeping
Commit ·
edda1c9
1
Parent(s): 60d402a
pip
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
| 13 |
git \
|
| 14 |
build-essential \
|
| 15 |
cmake \
|
|
|
|
| 16 |
python3.11-dev python3.11-distutils \
|
| 17 |
wget
|
| 18 |
|
|
|
|
| 13 |
git \
|
| 14 |
build-essential \
|
| 15 |
cmake \
|
| 16 |
+
python3-pip \
|
| 17 |
python3.11-dev python3.11-distutils \
|
| 18 |
wget
|
| 19 |
|