🎉 First commit
This commit is contained in:
commit
4f3f6de44a
22 changed files with 3123 additions and 0 deletions
4
docker/jupyter/Dockerfile
Normal file
4
docker/jupyter/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
|
9
docker/jupyter/requirements.txt
Normal file
9
docker/jupyter/requirements.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
mlflow==2.3.0
|
||||
jupyter==1.0.0
|
||||
jupyterlab==3.6.1
|
||||
pandas==1.5.3
|
||||
scikit-learn==1.4.2
|
||||
scipy==1.11.4
|
||||
boto3==1.26.121
|
||||
requests==2.28.2
|
||||
joblib==1.3.0
|
Loading…
Add table
Add a link
Reference in a new issue