tests on ubuntu18.04

This commit is contained in:
Peter Zhokhov
2018-08-14 16:43:13 -07:00
parent b222dd0610
commit 11176eedce

View File

@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:18.04
RUN apt-get -y update && apt-get -y install git wget python-dev python3-dev libopenmpi-dev python-pip zlib1g-dev cmake python-opencv
ENV CODE_DIR /root/code