@@ -7,22 +7,22 @@ RUN apt-get update && apt-get install openjdk-8-jdk -y && apt-get clean
7
7
# ---------------------------------------------------------------------------------------------------------------------
8
8
# Install Cytomine python client (annotation exporter, compute metrics, helpers,...)
9
9
RUN git clone https://github.com/cytomine-uliege/Cytomine-python-client.git && \
10
- cd /Cytomine-python-client && git checkout tags/ v2.3.0.poc.1 && pip install . && \
10
+ cd /Cytomine-python-client && git checkout v2.7.3 && pip install . && \
11
11
rm -r /Cytomine-python-client
12
12
13
13
# ---------------------------------------------------------------------------------------------------------------------
14
14
# Install Neubias-W5-Utilities (annotation exporter, compute metrics, helpers,...)
15
15
# It will get DiademMetric.jar and JSAP-2.1.jar files to compute DIADEM metric
16
16
RUN apt-get update && apt-get install libgeos-dev -y && apt-get clean
17
- RUN git clone https://github.com/Neubias-WG5/neubiaswg5 -utilities.git && \
18
- cd /neubiaswg5 -utilities/ && git checkout tags/v0.8.8 && pip install .
17
+ RUN git clone https://github.com/Neubias-WG5/biaflows -utilities.git && \
18
+ cd /biaflows -utilities/ && git checkout tags/v0.9.1 && pip install .
19
19
20
20
# install utilities binaries
21
- RUN chmod +x /neubiaswg5 -utilities/bin/*
22
- RUN cp /neubiaswg5 -utilities/bin/* /usr/bin/
21
+ RUN chmod +x /biaflows -utilities/bin/*
22
+ RUN cp /biaflows -utilities/bin/* /usr/bin/
23
23
24
24
# cleaning
25
- RUN rm -r /neubiaswg5 -utilities
25
+ RUN rm -r /biaflows -utilities
26
26
27
27
28
28
# --------------------------------------------------------------------------------------------
0 commit comments