ev6 commited on
Commit
868564c
·
verified ·
1 Parent(s): 1425ca7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,6 +24,7 @@ COPY app /app
24
  RUN pip install --no-cache-dir --upgrade pip
25
  RUN pip install --no-cache-dir tensorflow-cpu==2.9.1
26
  RUN pip install --no-cache-dir -r requirements.txt
 
27
 
28
  # Создание папки media, если она не существует
29
  RUN mkdir -p /app/media
 
24
  RUN pip install --no-cache-dir --upgrade pip
25
  RUN pip install --no-cache-dir tensorflow-cpu==2.9.1
26
  RUN pip install --no-cache-dir -r requirements.txt
27
+ RUN pip install --no-cache-dir django-cors-headers
28
 
29
  # Создание папки media, если она не существует
30
  RUN mkdir -p /app/media