Spaces:
Running
Running
remove model directory from dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -10,7 +10,6 @@ WORKDIR /code
|
|
10 |
|
11 |
# Copy code
|
12 |
COPY ./app /code/app
|
13 |
-
COPY ./models /code/models
|
14 |
COPY requirements.txt ./
|
15 |
|
16 |
# Install Python dependencies
|
|
|
10 |
|
11 |
# Copy code
|
12 |
COPY ./app /code/app
|
|
|
13 |
COPY requirements.txt ./
|
14 |
|
15 |
# Install Python dependencies
|