Commit
·
470e97e
1
Parent(s):
4771a46
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ COPY requirements.txt .
|
|
| 18 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 19 |
|
| 20 |
# Copy application code and model files
|
| 21 |
-
COPY
|
| 22 |
COPY model.h5 .
|
| 23 |
COPY tokenizer.pkl .
|
| 24 |
COPY le_category.pkl .
|
|
|
|
| 18 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 19 |
|
| 20 |
# Copy application code and model files
|
| 21 |
+
COPY app.py .
|
| 22 |
COPY model.h5 .
|
| 23 |
COPY tokenizer.pkl .
|
| 24 |
COPY le_category.pkl .
|