Skip to content

Commit aa5d3b7

Browse files
committed
Add lldb to see if stacktrace can print
1 parent 80edc81 commit aa5d3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN mkdir -p /app/full \
3939
FROM ${BASE_CUDA_RUN_CONTAINER} AS base
4040

4141
RUN apt-get update \
42-
&& apt-get install -y libgomp1 curl\
42+
&& apt-get install -y libgomp1 curl lldb \
4343
&& apt autoremove -y \
4444
&& apt clean -y \
4545
&& rm -rf /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)