Skip to content

Commit

Permalink
fix: "Unsupported upgrade request issue: uvicorn" bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Mar 6, 2023
1 parent 0e3a0f6 commit fe5fa28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ COPY ./requirements.txt /code/requirements.txt

RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt

RUN python3 -m pip uninstall uvicorn

RUN python3 -m pip install uvicorn[standard]

RUN pip3 install --no-cache-dir chembl_structure_pipeline --no-deps

COPY ./app /code/app
Expand Down

0 comments on commit fe5fa28

Please sign in to comment.