Skip to content

Commit addf697

Browse files
authored
Update Dockerfile (#123)
1 parent 6bc480e commit addf697

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ RUN git clone https://github.com/babessell1/cobamp.git \
1616
&& git clone https://github.com/babessell1/troppo.git \
1717
&& pip install ./cobamp \
1818
&& echo "COBAMP DONE" \
19-
&& pip install ./bioservices \
20-
&& echo "BIOSERVICES DONE" \
2119
&& pip install ./troppo \
2220
&& echo "TROPPO DONE" \
23-
&& rm -rf cobamp bioservices troppo \
21+
&& rm -rf cobamp troppo \
2422
&& pip cache purge
2523

2624
# Install python-related items

0 commit comments

Comments
 (0)