tassd commited on
Commit
091b2d8
·
1 Parent(s): 0c5f433

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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