File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,11 @@ COPY --chown=1000:100 main "${HOME}"/main
15
15
RUN git clone https://github.com/babessell1/cobamp.git \
16
16
&& git clone https://github.com/cokelaer/bioservices.git \
17
17
&& git clone https://github.com/babessell1/troppo.git \
18
- && cd cobamp \
19
- && python setup.py install \
20
- && cd ../bioservices \
21
- && python setup.py install \
22
- && cd ../troppo \
23
- && python setup.py install \
24
- && cd .. \
25
- && rm -rf cobamp bioservices troppo
18
+ && cd cobamp && python setup.py install --quiet & \
19
+ && cd ../bioservices && python setup.py install --quiet & \
20
+ && cd ../troppo && python setup.py install --quiet & \
21
+ && wait \
22
+ && cd .. && rm -rf cobamp bioservices troppo
26
23
27
24
# Install python-related items
28
25
RUN conda config --quiet --add channels conda-forge \
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ dependencies:
48
48
- scanpy==1.9.1
49
49
- pip==22.1.2
50
50
- pip :
51
- - git+https://github.com/babessell1/cobamp.git@master#egg=cobamp
52
- - git+https://github.com/cokelaer/bioservices.git@main#egg=bioservices
53
- - git+https://github.com/babessell1/troppo.git@master#egg=troppo
54
51
- aioftp==0.21.2
55
52
- python-libsbml==5.19.2
56
53
- optlang==1.5.2
You can’t perform that action at this time.
0 commit comments