Spaces:
Sleeping
Sleeping
removed model
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 13 |
# Copy the app and static directories into the container at /code
|
| 14 |
COPY ./app /code/app
|
| 15 |
COPY ./static /code/static
|
| 16 |
-
COPY ./model /code/model
|
| 17 |
|
| 18 |
# Expose the port the app runs on. Hugging Face Spaces uses 7860 by default.
|
| 19 |
EXPOSE 7860
|
|
|
|
| 13 |
# Copy the app and static directories into the container at /code
|
| 14 |
COPY ./app /code/app
|
| 15 |
COPY ./static /code/static
|
|
|
|
| 16 |
|
| 17 |
# Expose the port the app runs on. Hugging Face Spaces uses 7860 by default.
|
| 18 |
EXPOSE 7860
|