🎉 First commit
This commit is contained in:
commit
4f3f6de44a
22 changed files with 3123 additions and 0 deletions
5
docker/airflow/Dockerfile
Normal file
5
docker/airflow/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM apache/airflow:2.10.1-python3.9
|
||||
# Install python packages
|
||||
COPY ./requirements.txt /code/requirements.txt
|
||||
#RUN pip install --user --upgrade pip
|
||||
RUN pip install -r /code/requirements.txt
|
8
docker/airflow/requirements.txt
Normal file
8
docker/airflow/requirements.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
mlflow==2.3.0
|
||||
scikit-learn==1.2.2
|
||||
scipy==1.11.4
|
||||
pandas==1.5.3
|
||||
boto3==1.26.121
|
||||
requests==2.28.2
|
||||
joblib==1.3.0
|
||||
apache-airflow-providers-mysql==5.7.0
|
Loading…
Add table
Add a link
Reference in a new issue