Spaces:
Running
on
A100
Running
on
A100
Pin chat-ui to version before modal changes
#8
by
nsarrazin
HF staff
- opened
- 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 |
|