From 8f1a608c66b2a0bddd484c6c794c74436b9f5818 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Thu, 2 May 2024 19:43:20 -0700 Subject: [PATCH] Remove unused /build dir --- with-spark.def | 7 ------- 1 file changed, 7 deletions(-) diff --git a/with-spark.def b/with-spark.def index 21aea93..69f0afc 100644 --- a/with-spark.def +++ b/with-spark.def @@ -1,15 +1,8 @@ Bootstrap: localimage From: mobileinsight.sif -%arguments - SPARK_URL="https://dlcdn.apache.org/spark/spark-3.5.1/spark-3.5.1-bin-hadoop3.tgz" - -%environment - export SPARK_LOCAL_IP="127.0.0.1" - %post # Update and install dependencies - mkdir -p /build export DEBIAN_FRONTEND=noninteractive apt-get update apt-get upgrade -y