Skip to content

Commit

Permalink
Added imagecodecs to the container
Browse files Browse the repository at this point in the history
Added imagecodecs to handle LZW-compressed images.
  • Loading branch information
ArtemSokolov authored Nov 13, 2022
1 parent 7c03376 commit ffa1383
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
@@ -1,5 +1,5 @@
FROM python:3.9

RUN pip install h5py pandas numpy pathlib scikit-image>=0.18.0
RUN pip install h5py pandas numpy pathlib scikit-image>=0.18.0 imagecodecs

COPY . /app/

0 comments on commit ffa1383

Please sign in to comment.