We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441e9fe commit 31ae16fCopy full SHA for 31ae16f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM redis AS builder
2
3
-ENV DEPS "build-essential git ca-certificates curl unzip wget"
+ENV DEPS "build-essential git ca-certificates curl unzip wget libgomp1"
4
5
# install latest cmake
6
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
FROM nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04 AS builder
ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
0 commit comments