Skip to content

Commit

Permalink
add lmi cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan committed Jun 2, 2024
1 parent 7b6f2ed commit 816700e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions serving/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ services:
target: cpu-full
dockerfile: Dockerfile
image: "deepjavalibrary/djl-serving:${RELEASE_VERSION}cpu-full${NIGHTLY}"
lmi-cpu:
build:
context: .
target: lmi-cpu
dockerfile: Dockerfile
image: "deepjavalibrary/djl-serving:${RELEASE_VERSION}lmi-cpu${NIGHTLY}"
aarch64:
build:
context: .
Expand Down

0 comments on commit 816700e

Please sign in to comment.