Skip to content

Commit

Permalink
create tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Dec 6, 2024
1 parent 1373bb9 commit 05fd19c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ $(SPARK_MARKER): $(ROCK_FILE)
oci-archive:"$(ROCK_FILE)" \
docker-daemon:"$(SPARK_DOCKER_ALIAS)"

docker save $(SPARK_DOCKER_ALIAS) -o $(SPARK_ARTIFACT)

touch $(SPARK_MARKER)


Expand Down Expand Up @@ -243,6 +245,8 @@ $(SPARK_GPU_MARKER): $(ROCK_FILE_GPU)
oci-archive:"$(ROCK_FILE_GPU)" \
docker-daemon:"$(SPARK_GPU_DOCKER_ALIAS)"

docker save $(SPARK_GPU_DOCKER_ALIAS) -o $(SPARK_ARTIFACT)

touch $(SPARK_GPU_MARKER)

# Shorthand recipe for building Spark-gpu image
Expand Down

0 comments on commit 05fd19c

Please sign in to comment.