Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -18,6 +18,8 @@ python -m pip install --no-cache-dir -r requirements.txt
|
|
18 |
|
19 |
RUN python -m pip install flask
|
20 |
|
|
|
|
|
21 |
COPY . .
|
22 |
|
23 |
RUN chmod -R 777 /app/ChimeraGPT-WebUI/translations
|
|
|
18 |
|
19 |
RUN python -m pip install flask
|
20 |
|
21 |
+
RUN python -m pip install flask_babel
|
22 |
+
|
23 |
COPY . .
|
24 |
|
25 |
RUN chmod -R 777 /app/ChimeraGPT-WebUI/translations
|