a30 commited on
Commit
8fc51c3
1 Parent(s): 7db8b15

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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