ev6 commited on
Commit
b9c1eda
·
verified ·
1 Parent(s): 8de8b27

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY . /app
19
  # Установка Python-зависимостей
20
  RUN pip install --no-cache-dir --upgrade pip
21
  RUN pip install --no-cache-dir tensorflow-cpu==2.9.1
22
- RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  EXPOSE 8000
25
 
 
19
  # Установка Python-зависимостей
20
  RUN pip install --no-cache-dir --upgrade pip
21
  RUN pip install --no-cache-dir tensorflow-cpu==2.9.1
22
+ RUN pip install --no-cache-dir -r app/requirements.txt
23
 
24
  EXPOSE 8000
25