Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -127,8 +127,6 @@ RUN pip install uvicorn
|
|
| 127 |
|
| 128 |
RUN rm -rf /root/.cache/pip && pip install --no-cache-dir -r requirements.txt
|
| 129 |
|
| 130 |
-
docker build --no-cache -t chonkie-api .
|
| 131 |
-
|
| 132 |
|
| 133 |
# ===== EXPOSITION DU PORT =====
|
| 134 |
EXPOSE 7860
|
|
|
|
| 127 |
|
| 128 |
RUN rm -rf /root/.cache/pip && pip install --no-cache-dir -r requirements.txt
|
| 129 |
|
|
|
|
|
|
|
| 130 |
|
| 131 |
# ===== EXPOSITION DU PORT =====
|
| 132 |
EXPOSE 7860
|