simonduerr commited on
Commit
24f518e
·
verified ·
1 Parent(s): 5e65476

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY . .
6
  RUN apt-get update
7
  RUN apt-get -y install gcc
8
  RUN conda install -y -c conda-forge -c openbabel rdkit openbabel
9
- RUN pip install mdtraj cython
10
  RUN pip install git+https://github.com/bowman-lab/enspara
11
  RUN pip install biopython
12
  RUN pip install pdb-tools
 
6
  RUN apt-get update
7
  RUN apt-get -y install gcc
8
  RUN conda install -y -c conda-forge -c openbabel rdkit openbabel
9
+ RUN pip install mdtraj cython ipython
10
  RUN pip install git+https://github.com/bowman-lab/enspara
11
  RUN pip install biopython
12
  RUN pip install pdb-tools