Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Feb 10, 2024
1 parent 0b17c39 commit 186b831
Show file tree
Hide file tree
Showing 5 changed files with 3,056 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@ RUN ImageJ-linux64 --update add-update-site BigStitcher https://sites.imagej.ne
&& ImageJ-linux64 --update update \
&& ImageJ-linux64 --update list

#install pythondeps (including ome-zarr separately, having issues with including it in pyproject)
COPY . /opt/pythondeps
RUN pip install --no-cache-dir /opt/pythondeps && pip install --no-cache-dir ome-zarr


ENTRYPOINT ["/bin/bash"]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPIMprep_deps

Container for SPIMprep dependencies (Fiji, bigstitcher, python)
Loading

0 comments on commit 186b831

Please sign in to comment.