Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,8 +19,8 @@ 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 |
|
26 |
|
|
|
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/nird3d/chat-ui.git
|
24 |
WORKDIR /app/chat-ui
|
25 |
|
26 |
|