From 982bc38332cc20be427534be34c726dccd0045bb Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Tue, 24 Sep 2024 17:06:48 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63c58b1..07dab5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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