lewtun HF staff nsarrazin HF staff commited on
Commit
a54b75f
1 Parent(s): fd5e0ba

Pin chat-ui to version before modal changes (#8)

Browse files

- Pin chat-ui to version before modal changes (002074425134eae57dce4af4cc0193bfa4bfe326)


Co-authored-by: Nathan Sarrazin <nsarrazin@users.noreply.huggingface.co>

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,6 +23,7 @@ RUN git clone https://github.com/huggingface/chat-ui.git
23
 
24
  WORKDIR /app/chat-ui
25
 
 
26
 
27
  COPY .env.local.template .env.local.template
28
 
 
23
 
24
  WORKDIR /app/chat-ui
25
 
26
+ RUN git reset --hard 171ed2719caeb1e45d067158c4d781022518587c
27
 
28
  COPY .env.local.template .env.local.template
29