Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -7,6 +7,8 @@ FROM python:3.9
|
|
7 |
|
8 |
WORKDIR /code
|
9 |
|
|
|
|
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
7 |
|
8 |
WORKDIR /code
|
9 |
|
10 |
+
COPY ./model /code/model
|
11 |
+
|
12 |
COPY ./requirements.txt /code/requirements.txt
|
13 |
|
14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|