acharyaaditya26 commited on
Commit
cc08acb
·
1 Parent(s): d4ae01b
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ COPY --chown=user ./requirements.txt requirements.txt
22
 
23
  # Now install the rest of the packages
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
- RUN pip install flash_attn
26
 
27
  COPY --chown=user . /app
28
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
 
23
  # Now install the rest of the packages
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
+ # RUN pip install flash_attn
26
 
27
  COPY --chown=user . /app
28
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]