Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-playwright-tests-…
Browse files Browse the repository at this point in the history
…to-e2e-workflow
  • Loading branch information
jalling97 committed Jul 17, 2024
2 parents c2f3a2d + a72bc94 commit 5bde4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vllm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG LOCAL_VERSION
FROM ghcr.io/defenseunicorns/leapfrogai/leapfrogai-sdk:${LOCAL_VERSION} as sdk
FROM ghcr.io/defenseunicorns/leapfrogai/leapfrogai-sdk:${LOCAL_VERSION} AS sdk

FROM nvidia/cuda:12.2.2-devel-ubuntu22.04 as builder
FROM nvidia/cuda:12.2.2-devel-ubuntu22.04 AS builder
ARG SDK_DEST=src/leapfrogai_sdk/build

# Set the config file defaults
Expand Down Expand Up @@ -129,4 +129,4 @@ RUN python3 packages/vllm/src/model_download.py

EXPOSE 50051:50051

ENTRYPOINT ["python", "-m", "leapfrogai_sdk.cli", "--app-dir=packages/vllm/src/", "main:Model"]
ENTRYPOINT ["python", "-m", "leapfrogai_sdk.cli", "--app-dir=packages/vllm/src/", "main:Model"]

0 comments on commit 5bde4f3

Please sign in to comment.