Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -9,9 +9,10 @@ RUN chmod -R 777 /app/hf_cache /app/models
|
|
| 9 |
|
| 10 |
ENV HF_HOME=/app/hf_cache
|
| 11 |
|
| 12 |
-
RUN pip install --no-cache-dir
|
| 13 |
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
CMD ["python", "server.py"]
|
| 17 |
|
|
|
|
|
|
| 9 |
|
| 10 |
ENV HF_HOME=/app/hf_cache
|
| 11 |
|
| 12 |
+
RUN pip install --no-cache-dir .
|
| 13 |
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
CMD ["python", "server.py"]
|
| 17 |
|
| 18 |
+
|