stochasticribosome
commited on
Commit
•
b03ab9b
1
Parent(s):
2b883e9
Add biopython and pandas
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@ 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; \
|
|
|
14 |
RUN pip install gradio
|
15 |
RUN pip install requests
|
16 |
RUN pip install py3Dmol
|
17 |
+
RUN pip install biopython
|
18 |
+
RUN pip install pandas
|
19 |
#RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
20 |
|
21 |
RUN apt-get update; \
|