🎉 First commit
This commit is contained in:
commit
4f3f6de44a
22 changed files with 3123 additions and 0 deletions
4
docker/fast_api/Dockerfile
Normal file
4
docker/fast_api/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM python:3.9
|
||||
# Install python packages
|
||||
COPY ./requirements.txt /code/requirements.txt
|
||||
RUN pip install -r /code/requirements.txt
|
11
docker/fast_api/requirements.txt
Normal file
11
docker/fast_api/requirements.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
mlflow==2.3.0
|
||||
fastapi>=0.68.0,<0.69.0
|
||||
uvicorn>=0.15.0,<0.16.0
|
||||
scikit-learn==1.2.2
|
||||
numpy==1.24.3
|
||||
pandas==1.5.3
|
||||
scipy==1.11.4
|
||||
psutil==5.9.5
|
||||
typing_extensions==4.11.0
|
||||
boto3==1.26.121
|
||||
mysql-connector-python==8.4.0
|
Loading…
Add table
Add a link
Reference in a new issue