Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: pandyamarut <[email protected]>
  • Loading branch information
pandyamarut committed Sep 19, 2024
1 parent 405c79f commit 1d3a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /app/TensorRT-LLM/examples/llm-api
RUN pip3 install -r requirements.txt

# Install additional dependencies for the serverless worker
RUN pip3 install runpod
RUN pip3 install --upgrade runpod transformers

# Set the working directory to /app
WORKDIR /app
Expand Down

0 comments on commit 1d3a76c

Please sign in to comment.