Spaces:
Runtime error
Runtime error
UPDATED
Browse files- Dockerfile +0 -1
- requirements.txt +2 -1
Dockerfile
CHANGED
@@ -4,7 +4,6 @@ WORKDIR /app
|
|
4 |
|
5 |
COPY requirements.txt requirements.txt
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
7 |
-
RUN pip install tf-keras
|
8 |
COPY . .
|
9 |
|
10 |
EXPOSE 5000
|
|
|
4 |
|
5 |
COPY requirements.txt requirements.txt
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
7 |
COPY . .
|
8 |
|
9 |
EXPOSE 5000
|
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ Pillow
|
|
6 |
numpy
|
7 |
ultralytics
|
8 |
tensorflow
|
9 |
-
tf-keras
|
|
|
|
6 |
numpy
|
7 |
ultralytics
|
8 |
tensorflow
|
9 |
+
tf-keras
|
10 |
+
cv2
|