Spaces:
Sleeping
Sleeping
Commit
·
71f2c10
1
Parent(s):
fbd4fbf
python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +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-
|
17 |
wget
|
18 |
|
19 |
RUN sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
|
|
|
13 |
git \
|
14 |
build-essential \
|
15 |
cmake \
|
16 |
+
python3.11-dev python3.11-distutils \
|
17 |
wget
|
18 |
|
19 |
RUN sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
|