Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -19,7 +19,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
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 |
|
|
|
19 |
rm -rf /var/lib/apt/lists/*
|
20 |
|
21 |
|
22 |
+
#RUN git clone https://github.com/huggingface/chat-ui.git
|
23 |
+
RUN git clone https://github.com/fredhu21/chat-ui.git
|
24 |
+
|
25 |
|
26 |
WORKDIR /app/chat-ui
|
27 |
|