Skip to content

Commit

Permalink
Merge pull request #87 from kubeedge/llhuii-patch-1
Browse files Browse the repository at this point in the history
KB: fix wrong version in dockerfile
  • Loading branch information
kubeedge-bot authored Jun 4, 2021
2 parents 98a438a + ea1921e commit dd274f3
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 dd274f3

Please sign in to comment.