Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
22 |
|
23 |
RUN git clone https://github.com/huggingface/chat-ui.git \
|
24 |
&& cd chat-ui \
|
25 |
-
&& git checkout
|
26 |
|
27 |
WORKDIR /app/chat-ui
|
28 |
|
|
|
22 |
|
23 |
RUN git clone https://github.com/huggingface/chat-ui.git \
|
24 |
&& cd chat-ui \
|
25 |
+
&& git checkout 11628e622240d09e86302718a9e9714c47024f61
|
26 |
|
27 |
WORKDIR /app/chat-ui
|
28 |
|