Skip to content

Commit

Permalink
added image
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Mar 2, 2024
1 parent 53258a9 commit 53936a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM jupyter/datascience-notebook

# Install packages
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# EnzymeML_JupyterNotebook
# JupterLab with EnzymeML tools

🐳 Docker image with JupyterLab and EnzymeML-Python tools
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chromatopy @ git+https://github.com/FAIRChemistry/chromatopy
MTPHandler @ git+https://github.com/FAIRChemistry/MTPHandler.git

0 comments on commit 53936a0

Please sign in to comment.