ejschwartz commited on
Commit
6ee0882
·
1 Parent(s): 88b751b

remove test commands

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -21,9 +21,6 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
21
  RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1
22
  RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
23
 
24
- RUN pip3
25
- RUN python3 -m pip
26
-
27
  # Install llvm
28
  RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
29
  RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
 
21
  RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1
22
  RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
23
 
 
 
 
24
  # Install llvm
25
  RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
26
  RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \