Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ RUN pip install git+https://github.com/bowman-lab/enspara
|
|
13 |
RUN pip install biopython
|
14 |
RUN pip install pdb-tools
|
15 |
RUN pip install gradio gradio_molecule3d
|
|
|
16 |
RUN wget https://sourceforge.net/projects/smina/files/smina.static/download -O smina.static
|
17 |
RUN chmod u+x smina.static
|
18 |
# don't change below
|
|
|
13 |
RUN pip install biopython
|
14 |
RUN pip install pdb-tools
|
15 |
RUN pip install gradio gradio_molecule3d
|
16 |
+
USER user
|
17 |
RUN wget https://sourceforge.net/projects/smina/files/smina.static/download -O smina.static
|
18 |
RUN chmod u+x smina.static
|
19 |
# don't change below
|