Spaces:
Sleeping
Sleeping
Commit ·
9a57ca6
1
Parent(s): 70dd9f8
Update Dockerfile to use .h5 model file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ COPY requirements.txt .
|
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
# Copy model files and application code
|
| 19 |
-
COPY cnn_model.
|
| 20 |
COPY app.py .
|
| 21 |
COPY preprocessing.py .
|
| 22 |
|
|
|
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
# Copy model files and application code
|
| 19 |
+
COPY cnn_model.h5 .
|
| 20 |
COPY app.py .
|
| 21 |
COPY preprocessing.py .
|
| 22 |
|