Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,9 +10,10 @@ 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
|
17 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
18 |
|
|
|
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 gradio_molecule3d
|
14 |
RUN wget https://sourceforge.net/projects/smina/files/smina.static/download -O smina.static
|
15 |
RUN chmod u+x smina.static
|
16 |
+
# don't change below
|
17 |
EXPOSE 7860
|
18 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
19 |
|