Skip to content

Commit

Permalink
missing download sub-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Sep 20, 2024
1 parent 396370a commit b023dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vllm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ download:
dev: download
@env $$(cat .env | xargs) python -m leapfrogai_sdk.cli --app-dir=src/ main:Model

docker:
docker: download
docker build ${DOCKER_FLAGS} \
--platform=linux/${ARCH} \
--build-arg LOCAL_VERSION=${LOCAL_VERSION} \
Expand Down

0 comments on commit b023dfa

Please sign in to comment.