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