codebyam commited on
Commit
a48ec7d
·
verified ·
1 Parent(s): e78132e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
6
 
7
  WORKDIR /app
8
 
9
- RUN pip install fastapi requests google-genai uvicorn cryptography
10
 
11
  COPY --chown=user . /app
12
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN pip install fastapi requests google-genai uvicorn cryptography turbobpe
10
 
11
  COPY --chown=user . /app
12
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]