Skip to content

Commit

Permalink
Update Dockerfile (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker authored Apr 10, 2023
1 parent 6bc480e commit addf697
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ RUN git clone https://github.com/babessell1/cobamp.git \
&& git clone https://github.com/babessell1/troppo.git \
&& pip install ./cobamp \
&& echo "COBAMP DONE" \
&& pip install ./bioservices \
&& echo "BIOSERVICES DONE" \
&& pip install ./troppo \
&& echo "TROPPO DONE" \
&& rm -rf cobamp bioservices troppo \
&& rm -rf cobamp troppo \
&& pip cache purge

# Install python-related items
Expand Down

0 comments on commit addf697

Please sign in to comment.