Skip to content

Commit

Permalink
Merge pull request #22 from yfukai/revert-21-prefetch-jars
Browse files Browse the repository at this point in the history
Revert "Pre-fetch bioformats jars during docker build"
  • Loading branch information
yfukai authored May 17, 2024
2 parents c5cd4bd + 8978748 commit 970c727
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:
# Installing basicpy and other pip packages
RUN pip --no-cache-dir install basicpy==1.2.0 bioformats_jar

# Pre-fetch bioformats jars to a world-readable location
RUN python -c 'import bfio; bfio.start()' \
&& mv /root/.jgo /root/.m2 /tmp \
&& chmod -R a+rwX /tmp/.jgo /tmp/.m2
ENV HOME=/tmp

# Copy script and test run
COPY ./main.py /opt/
# RUN mkdir /data
Expand Down

0 comments on commit 970c727

Please sign in to comment.