Spaces:
Sleeping
Sleeping
Deploy KidneyDL CT Scan Classifier
Browse files- Dockerfile +1 -1
- requirements.txt +1 -0
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
# Keeps Python output unbuffered so logs appear immediately in Docker
|
| 4 |
ENV PYTHONUNBUFFERED=1 \
|
|
|
|
| 1 |
+
FROM python:3.11-slim
|
| 2 |
|
| 3 |
# Keeps Python output unbuffered so logs appear immediately in Docker
|
| 4 |
ENV PYTHONUNBUFFERED=1 \
|
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
tensorflow==2.20.0
|
| 2 |
keras==3.13.2
|
|
|
|
| 3 |
dvc
|
| 4 |
numpy
|
| 5 |
pandas
|
|
|
|
| 1 |
tensorflow==2.20.0
|
| 2 |
keras==3.13.2
|
| 3 |
+
pillow
|
| 4 |
dvc
|
| 5 |
numpy
|
| 6 |
pandas
|