Skip to content

Commit

Permalink
Add missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Apr 3, 2024
1 parent a4eb690 commit 81eaa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chia-gigahorse-cudaplotter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG CHANNEL

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
ocl-icd-libopencl1 tzdata screen \
ocl-icd-libopencl1 tzdata screen libgomp1 \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /chia-cuda-plotter
Expand Down

0 comments on commit 81eaa71

Please sign in to comment.