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