no /app folder in container nvcr.io/nvidia/tritonserver:24.12-trtllm-python-py3 #739
Open
1 of 4 tasks
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
System Info
Environment
If applicable, please include the following:
CPU architecture (e.g., x86_64, aarch64)
x86_64
CPU/Host memory size (if known)
GPU properties
GPU name (e.g., NVIDIA H100, NVIDIA A100, NVIDIA L40S)
DGX H200
GPU memory size (if known)
143771MiB
Clock frequencies used (if applicable)
Libraries
TensorRT-LLM backend branch or tag (e.g., main, v0.7.1)
TensorRT-LLM backend commit (if known)
Versions of TensorRT, AMMO, CUDA, cuBLAS, etc. used
Container used (if running TensorRT-LLM backend in a container)
nvcr.io/nvidia/tritonserver:24.12-trtllm-python-py3 and nvcr.io/nvidia/tritonserver:24.07-trtllm-python-py3 (no others tested)
NVIDIA driver version
565.57.01
OS (Ubuntu 22.04, CentOS 7, Windows 10)
RHEL 9.4
Who can help?
@byshiue @schetlur-nv
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Starting container with
Inside container:
root@trt-llama-74cc8596c7-45fd6:/opt/tritonserver# cd /app bash: cd: /app: No such file or directory
trying to find files expected to be in /app:
Expected behavior
Expected to find /app directory, cannot find it in these containers, can find /app in "nvcr.io/nvidia/tritonserver:25.03-trtllm-python-py3" container:
actual behavior
root@trt-llama-74cc8596c7-45fd6:/opt/tritonserver# cd /app bash: cd: /app: No such file or directory
additional notes
Can find /app in nvcr.io/nvidia/tritonserver:25.03-trtllm-python-py3 which I start exactly the same with
Doesnt work with the other two containers
The text was updated successfully, but these errors were encountered: