Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|