nirdrang commited on
Commit
fd89cd5
1 Parent(s): c334680

Update Dockerfile

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