Spaces:
Sleeping
Sleeping
Commit
·
60d402a
1
Parent(s):
b51cd0a
test
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -18,6 +18,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
18 |
|
19 |
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
|
20 |
|
|
|
|
|
21 |
# Install llvm
|
22 |
RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
|
23 |
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|
|
18 |
|
19 |
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
|
20 |
|
21 |
+
RUN python3 -m pip
|
22 |
+
|
23 |
# Install llvm
|
24 |
RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
|
25 |
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|