Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
| 17 |
rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
|
| 20 |
-
RUN git clone https://github.com/langtech-bsc/chat-ui.git
|
| 21 |
|
| 22 |
WORKDIR /app/chat-ui
|
| 23 |
|
|
|
|
| 17 |
rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
|
| 20 |
+
RUN git clone https://github.com/langtech-bsc/chat-ui.git --branch production
|
| 21 |
|
| 22 |
WORKDIR /app/chat-ui
|
| 23 |
|