Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,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 wget https://sourceforge.net/projects/smina/files/smina.static/download -O smina.static
|
| 13 |
RUN chmod u+x smina.static
|
| 14 |
EXPOSE 7860
|
|
|
|
| 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
|
| 13 |
+
RUN pip install gradio
|
| 14 |
RUN wget https://sourceforge.net/projects/smina/files/smina.static/download -O smina.static
|
| 15 |
RUN chmod u+x smina.static
|
| 16 |
EXPOSE 7860
|