Skip to content

Commit

Permalink
Update Dockerfile to Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-harvey authored and andrewseidl committed Oct 14, 2019
1 parent ea6760e commit 49b1e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build libglvnd for libGL, libEGL, libOpenGL
# Not currently pulled in by nvidia-docker2
FROM nvidia/cuda:10.0-devel-ubuntu16.04 AS glvnd
FROM nvidia/cuda:10.0-devel-ubuntu18.04 AS glvnd

RUN apt-get update && apt-get install -y --no-install-recommends \
autoconf \
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN tar xvf omnisci-latest-Linux-x86_64.tar.gz --strip-components=1 && \
rm -rf omnisci-latest-Linux-x86_64.tar.gz

# Build final stage
FROM nvidia/cuda:10.0-runtime-ubuntu16.04
FROM nvidia/cuda:10.0-runtime-ubuntu18.04
LABEL maintainer "Andrew Seidl <andrew@omnisci.com>"

ENV NVIDIA_DRIVER_CAPABILITIES compute,utility,graphics
Expand Down

0 comments on commit 49b1e10

Please sign in to comment.