Skip to content

Commit

Permalink
[TOREE-553] Correct the behavior of make dev to build dist first (#221
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pan3793 authored Sep 2, 2024
1 parent 6bf8c06 commit f44ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ dist: dist/toree pip-release
dev: DOCKER_WORKDIR=/srv/toree/etc/examples/notebooks
dev: SUSPEND=n
dev: DEBUG_PORT=5005
dev: .toree-dev-image dist
dev: dist .toree-dev-image
@$(DOCKER) \
-e SPARK_OPTS="--master=local[4] --driver-java-options=-agentlib:jdwp=transport=dt_socket,server=y,suspend=$(SUSPEND),address=5005" \
-p $(DEBUG_PORT):5005 -p 8888:8888 $(TOREE_DEV_IMAGE) \
Expand Down

0 comments on commit f44ec78

Please sign in to comment.