KJ24 commited on
Commit
285d0dd
·
verified ·
1 Parent(s): 390cd75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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