Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|