ar08 commited on
Commit
9a730a6
·
verified ·
1 Parent(s): 3adafca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -17,8 +17,6 @@ RUN apt-get update && apt-get install -y \
17
  && rm -rf /var/lib/apt/lists/*
18
 
19
  # Install LLVM
20
- RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
21
-
22
  # Clone the BitNet repository
23
  RUN git clone --recursive https://github.com/microsoft/BitNet.git
24
 
 
17
  && rm -rf /var/lib/apt/lists/*
18
 
19
  # Install LLVM
 
 
20
  # Clone the BitNet repository
21
  RUN git clone --recursive https://github.com/microsoft/BitNet.git
22