git clone https://github.com/ahr-i/triton-server.git
cd triton-server
bash ./auto_start.sh
If you encounter the error '$'\r': command not found', please use the following command.
sed -i 's/\r$//' ./auto_start.sh
git clone https://github.com/ahr-i/triton-server.git
cd triton-server
docker build -t tritonserver .
docker network create --driver bridge --subnet=100.0.0.0/24 triton
docker run -d --name tritonserver --rm --gpus all --shm-size 16384m --network triton --ip 100.0.0.2 -p 8000:8000 -p 8022:22 -v $PWD/models:/models tritonserver
ssh root@localhost -p 8022
# password: ahri
/opt/tritonserver/bin/tritonserver --model-repository /models/test