ehristoforu commited on
Commit
dc31192
1 Parent(s): c331a27

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ 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 --branch v0.9.1 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 --branch v0.8.3 https://github.com/huggingface/chat-ui.git
23
 
24
  WORKDIR /app/chat-ui
25