Skip to content

Commit

Permalink
KB: fix wrong version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
llhuii authored Jun 4, 2021
1 parent 98a438a commit f3d0865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/kb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ RUN pip install pydantic~=1.8.1
RUN pip install joblib~=1.0.1
RUN pip install pandas~=1.1.5
RUN pip install uvicorn~=0.14.0
RUN pip install python-multipart~=0.05
RUN pip install python-multipart~=0.0.5
RUN pip install SQLAlchemy~=1.4.7
RUN pip install aiofiles~=0.70
RUN pip install aiofiles~=0.7.0

RUN mkdir /code
ENV PYTHONPATH "/code/lib"
Expand Down

0 comments on commit f3d0865

Please sign in to comment.