Skip to content

Commit

Permalink
fix: update missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Jul 26, 2024
1 parent dd0ba3e commit 8ca831c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN pip install numpy
RUN pip install scikit-learn==0.20.4
RUN pip install pandas
RUN pip install xgboost
RUN pip install uvicorn
RUN pip install fastapi
RUN pip install pydantic

# Expose the ports we're interested in
EXPOSE 8002
Expand Down

0 comments on commit 8ca831c

Please sign in to comment.