Mohamed41 commited on
Commit
c60bee2
·
1 Parent(s): 9f90e7d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,4 +2,5 @@ FROM python:3.9
2
  WORKDIR /code
3
  COPY . .
4
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
5
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
2
  WORKDIR /code
3
  COPY . .
4
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
5
+ RUN pip install transformers==4.6.1
6
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]