We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc480e commit addf697Copy full SHA for addf697
Dockerfile
@@ -16,11 +16,9 @@ RUN git clone https://github.com/babessell1/cobamp.git \
16
&& git clone https://github.com/babessell1/troppo.git \
17
&& pip install ./cobamp \
18
&& echo "COBAMP DONE" \
19
- && pip install ./bioservices \
20
- && echo "BIOSERVICES DONE" \
21
&& pip install ./troppo \
22
&& echo "TROPPO DONE" \
23
- && rm -rf cobamp bioservices troppo \
+ && rm -rf cobamp troppo \
24
&& pip cache purge
25
26
# Install python-related items
0 commit comments