Spaces:
Paused
Paused
No longer pin the chat-ui version (#12)
Browse files- No longer pin the chat-ui version (503221fbfa3efba03cd0e07e500347936fb0254f)
Co-authored-by: Nathan Sarrazin <[email protected]>
- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -23,8 +23,6 @@ RUN git clone https://github.com/huggingface/chat-ui.git
|
|
| 23 |
|
| 24 |
WORKDIR /app/chat-ui
|
| 25 |
|
| 26 |
-
RUN git reset --hard 171ed2719caeb1e45d067158c4d781022518587c
|
| 27 |
-
|
| 28 |
COPY .env.local.template .env.local.template
|
| 29 |
|
| 30 |
RUN mkdir defaults
|
|
|
|
| 23 |
|
| 24 |
WORKDIR /app/chat-ui
|
| 25 |
|
|
|
|
|
|
|
| 26 |
COPY .env.local.template .env.local.template
|
| 27 |
|
| 28 |
RUN mkdir defaults
|