Skip to content

Commit

Permalink
Export default ports in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: chenyufeifei <[email protected]>
  • Loading branch information
chenyufeifei committed Nov 6, 2023
1 parent 132bdb0 commit 8c3042c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ FROM nvcr.io/nvidia/tritonserver:23.08-py3

RUN mkdir /opt/tritonserver/repoagents/dragonfly

EXPOSE 8000
EXPOSE 8001
EXPOSE 8002

COPY --from=builder /dragonfly-repository-agent/build/libtritonrepoagent_dragonfly.so /opt/tritonserver/repoagents/dragonfly/libtritonrepoagent_dragonfly.so

0 comments on commit 8c3042c

Please sign in to comment.