Spaces:
Sleeping
Sleeping
update dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 8 |
|
| 9 |
# Copy app code
|
| 10 |
COPY app.py .
|
|
|
|
| 11 |
|
| 12 |
# Expose port used by uvicorn
|
| 13 |
EXPOSE 7860
|
|
|
|
| 8 |
|
| 9 |
# Copy app code
|
| 10 |
COPY app.py .
|
| 11 |
+
COPY models ./models
|
| 12 |
|
| 13 |
# Expose port used by uvicorn
|
| 14 |
EXPOSE 7860
|