tassd commited on
Commit
aa56494
·
1 Parent(s): b9d7aee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,6 +7,8 @@ apt-get install -y --no-install-recommends git build-essential libffi-dev cmake
7
 
8
  RUN git clone https://github.com/xAbdoAT/ChimeraGPT-WebUI.git
9
 
 
 
10
  COPY requirements.txt requirements.txt
11
 
12
  RUN python -m venv venv
@@ -22,8 +24,6 @@ RUN python -m pip install flask_babel
22
 
23
  COPY . .
24
 
25
- COPY translations translations
26
-
27
  RUN chmod -R 777 translations
28
  RUN chmod +x ./ChimeraGPT-WebUI/run.py
29
 
 
7
 
8
  RUN git clone https://github.com/xAbdoAT/ChimeraGPT-WebUI.git
9
 
10
+ COPY translations translations
11
+
12
  COPY requirements.txt requirements.txt
13
 
14
  RUN python -m venv venv
 
24
 
25
  COPY . .
26
 
 
 
27
  RUN chmod -R 777 translations
28
  RUN chmod +x ./ChimeraGPT-WebUI/run.py
29