Spaces:
Sleeping
Sleeping
singhjagpreet
commited on
Commit
•
1113ba1
1
Parent(s):
3bc7f1f
dockerupdated
Browse files- Dockerfile +1 -6
Dockerfile
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
-
COPY
|
4 |
-
COPY artifacts/model.pkl /app/artifacts/model.pkl
|
5 |
-
COPY artifacts/preprocessor.pkl /app/artifacts/preprocessor.pkl
|
6 |
-
COPY ./templates /app/templates
|
7 |
-
COPY application.py /app/application.py
|
8 |
-
COPY requirements.txt /app/requirements.txt
|
9 |
|
10 |
|
11 |
WORKDIR /app
|
|
|
1 |
FROM python:3.10
|
2 |
|
3 |
+
COPY . /app
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
|
6 |
WORKDIR /app
|