Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|