stochasticribosome
commited on
Commit
•
2b883e9
1
Parent(s):
dea771b
Add py3Dmol dependency in Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ RUN pip install h5py ipykernel==5.5.5 ipywidgets==7.6.3 jupyter nglview==2.7.7 p
|
|
13 |
RUN pip install pytorch-lightning==1.8.3
|
14 |
RUN pip install gradio
|
15 |
RUN pip install requests
|
|
|
16 |
#RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
17 |
|
18 |
RUN apt-get update; \
|
|
|
13 |
RUN pip install pytorch-lightning==1.8.3
|
14 |
RUN pip install gradio
|
15 |
RUN pip install requests
|
16 |
+
RUN pip install py3Dmol
|
17 |
#RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
18 |
|
19 |
RUN apt-get update; \
|