We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4fbb0 commit 5a20b8dCopy full SHA for 5a20b8d
Dockerfile
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y build-essential \
28
netcat \
29
openssh-server \
30
vim \
31
+ gdb \
32
&& apt-get clean && rm -rf /var/lib/apt/lists/*
33
34
# NVIDIA does not provide OpenCL passthru.
0 commit comments