Skip to content

Commit

Permalink
fix(docker): add some missing runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Oct 7, 2020
1 parent a91f35f commit 0883a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ LABEL maintainer="[email protected]"
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
apt-get update -y && apt-get install -y \
wget \
curl \
libopenblas-base \
liblmdb0 \
libleveldb1v5 \
Expand Down

0 comments on commit 0883a33

Please sign in to comment.