Skip to content

Commit

Permalink
Adding Docerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidya A Chhabria committed Dec 20, 2019
1 parent b93e1ef commit 6654768
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "modules/OpenDB"]
path = modules/OpenDB
url = https://github.com/The-OpenROAD-Project/OpenDB.git
16 changes: 16 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM centos:centos7 AS base-dependencies
LABEL maintainer "Abdelrahman Hosny <[email protected]>"


# Install python dev
RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm && \
yum update -y && \
yum install -y python36u python36u-libs python36u-devel python36u-pip


RUN pip3 install --user numpy scipy matplotlib tensorflow pandas pytest

FROM base-dependencies AS builder

COPY . /OpeNPDN
WORKDIR /OpeNPDN
1 change: 1 addition & 0 deletions modules/OpenDB
Submodule OpenDB added at 394637

0 comments on commit 6654768

Please sign in to comment.