Spaces:
Sleeping
Sleeping
Commit ·
665a461
1
Parent(s): 3b96d7d
python3-dev
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
| 12 |
python-is-python3 \
|
| 13 |
python3-pip \
|
| 14 |
python3-pybind11 \
|
|
|
|
| 15 |
wget
|
| 16 |
|
| 17 |
# Install llvm
|
|
|
|
| 12 |
python-is-python3 \
|
| 13 |
python3-pip \
|
| 14 |
python3-pybind11 \
|
| 15 |
+
python3-dev \
|
| 16 |
wget
|
| 17 |
|
| 18 |
# Install llvm
|