🎉 First commit
This commit is contained in:
commit
4f3f6de44a
22 changed files with 3123 additions and 0 deletions
4
docker/mlflow/Dockerfile
Normal file
4
docker/mlflow/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM python:3.10-slim-buster
|
||||
# Install python packages
|
||||
COPY ./requirements.txt /code/requirements.txt
|
||||
RUN pip install -r /code/requirements.txt
|
3
docker/mlflow/requirements.txt
Normal file
3
docker/mlflow/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
mlflow==2.3.0
|
||||
boto3==1.26.121
|
||||
pymysql==1.1.1
|
Loading…
Add table
Add a link
Reference in a new issue