Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored Sep 24, 2024
1 parent ac260a4 commit 982bc38
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 @@ -46,7 +46,7 @@ RUN cd /opt && git clone https://github.com/saalfeldlab/n5-utils && cd n5-utils
#install bigstitcher-spark, and customize launcher to include args for mem and cpu
RUN cd /opt && git clone https://github.com/akhanf/BigStitcher-Spark.git
COPY spark_custom_install /opt/BigStitcher-Spark/install
RUN cd BigStitcher-Spark && ./install -t 32 -m 128
RUN cd /opt/BigStitcher-Spark && ./install -t 32 -m 128

ENV PATH $PATH:/opt/BigStitcher-Spark

Expand Down

0 comments on commit 982bc38

Please sign in to comment.