Spaces:
Runtime error
Runtime error
UPDATED
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
COPY requirements.txt requirements.txt
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
-
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
EXPOSE 5000
|
|
|
|
| 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
|