Commit b34c6f77 authored by Neelay Shah's avatar Neelay Shah Committed by GitHub
Browse files

chore: updating to mv src directory

parent 5ed8c1c0
...@@ -152,7 +152,7 @@ COPY . /workspace ...@@ -152,7 +152,7 @@ COPY . /workspace
RUN /workspace/icp/protos/gen_python.sh RUN /workspace/icp/protos/gen_python.sh
# Sets pythonpath for python modules # Sets pythonpath for python modules
ENV PYTHONPATH="${PYTHONPATH}:/workspace/icp/src/python:/workspace/runtime/src/python:/workspace/examples/python:/opt/tritonserver/python/openai/openai_frontend" ENV PYTHONPATH="${PYTHONPATH}:/workspace/icp/python/src:/workspace/runtime/python/src:/workspace/examples/python:/opt/tritonserver/python/openai/openai_frontend"
# Enable system UCX # Enable system UCX
ENV RAPIDS_LIBUCX_PREFER_SYSTEM_LIBRARY=true ENV RAPIDS_LIBUCX_PREFER_SYSTEM_LIBRARY=true
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
PROTO_SRC=$(dirname "$(realpath $0)") PROTO_SRC=$(dirname "$(realpath $0)")
SOURCE_ROOT="$(realpath "${PROTO_SRC}/..")" SOURCE_ROOT="$(realpath "${PROTO_SRC}/..")"
PROTO_OUT=$SOURCE_ROOT/src/python/triton_distributed/icp/protos PROTO_OUT=$SOURCE_ROOT/python/src/triton_distributed/icp/protos
mkdir -p $PROTO_OUT mkdir -p $PROTO_OUT
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment