Skip to content

Commit

Permalink
update version of sldc to fix empty image extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Waliens committed Jun 23, 2020
1 parent b82444f commit b6877cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN git clone https://github.com/cytomine-uliege/Cytomine-python-client.git && \

# --------------------------------------------------------------------------------------------
# Instal Pyxit, Skimage and SLDC
RUN pip install pyxit==1.1.5 scikit-image==0.17.2 sldc==1.2.3 sldc-cytomine==1.2.2
RUN pip install pyxit==1.1.5 scikit-image==0.17.2 sldc==1.2.4 sldc-cytomine==1.2.2

# --------------------------------------------------------------------------------------------
# Instal Pyxit
Expand Down

0 comments on commit b6877cf

Please sign in to comment.