From a9bed578b23db16c0f991c87874524a105207f56 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 12 Oct 2022 10:07:12 -0500 Subject: [PATCH] docker file --- healthcareio/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcareio/docker/Dockerfile b/healthcareio/docker/Dockerfile index 4ff6d14..3f2a89b 100644 --- a/healthcareio/docker/Dockerfile +++ b/healthcareio/docker/Dockerfile @@ -15,7 +15,7 @@ RUN ["apt-get","install","-y","mongodb","sqlite3","sqlite3-pcre","libsqlite3-dev # RUN ["pip3","install","--upgrade","pip"] RUN ["pip3","install","numpy","pandas","git+https://dev.the-phi.com/git/steve/data-transport","botocore","matplotlib"] -# RUN ["pip3","install","git+https://healthcare.the-phi.com/git/code/parser.git","botocore"] +RUN ["pip3","install","git+https://healthcare.the-phi.com/git/code/parser.git"] # RUN ["useradd", "-ms", "/bin/bash", "health-user"] # USER health-user #