Skip to content

Commit

Permalink
Add numactl to plotter image
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jun 29, 2024
1 parent 974439e commit 5ad53fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ ENV NVIDIA_DRIVER_CAPABILITIES compute,utility


FROM compute-base AS plotter
RUN apt-get update && apt-get install --no-install-recommends -y \
numactl \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /drplotter/drplotter .
ENTRYPOINT ["./drplotter"]

Expand Down

0 comments on commit 5ad53fb

Please sign in to comment.