Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 7 |
&& rm -rf /var/lib/apt/lists/*
|
| 8 |
COPY requirements.txt ./
|
| 9 |
COPY app.py ./
|
| 10 |
-
COPY
|
| 11 |
RUN pip3 install -r requirements.txt
|
| 12 |
EXPOSE 7860
|
| 13 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
|
|
|
| 7 |
&& rm -rf /var/lib/apt/lists/*
|
| 8 |
COPY requirements.txt ./
|
| 9 |
COPY app.py ./
|
| 10 |
+
COPY model/ ./model/
|
| 11 |
RUN pip3 install -r requirements.txt
|
| 12 |
EXPOSE 7860
|
| 13 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|