Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -18,8 +18,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
18 |
git gettext && \
|
19 |
rm -rf /var/lib/apt/lists/*
|
20 |
|
21 |
-
|
22 |
-
RUN git clone https://github.com/huggingface/chat-ui.git
|
23 |
|
24 |
WORKDIR /app/chat-ui
|
25 |
|
|
|
18 |
git gettext && \
|
19 |
rm -rf /var/lib/apt/lists/*
|
20 |
|
21 |
+
RUN git clone -b v0.6 --single-branch https://github.com/huggingface/chat-ui.git
|
|
|
22 |
|
23 |
WORKDIR /app/chat-ui
|
24 |
|