Skip to content

Commit 31ae16f

Browse files
committed
Add libgomp1 as dependency in Dockerfile
1 parent 441e9fe commit 31ae16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM redis AS builder
22

3-
ENV DEPS "build-essential git ca-certificates curl unzip wget"
3+
ENV DEPS "build-essential git ca-certificates curl unzip wget libgomp1"
44

55
# install latest cmake
66
ADD https://cmake.org/files/v3.12/cmake-3.12.4-Linux-x86_64.sh /cmake-3.12.4-Linux-x86_64.sh

Dockerfile-gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04 AS builder
22

3-
ENV DEPS "build-essential git ca-certificates curl unzip wget"
3+
ENV DEPS "build-essential git ca-certificates curl unzip wget libgomp1"
44
ENV NVIDIA_VISIBLE_DEVICES all
55
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
66

0 commit comments

Comments
 (0)