🎉 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
|
Loading…
Add table
Add a link
Reference in a new issue