Browse Source

docker file

Steve Nyemba 2 years ago
parent
commit
a9bed578b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      healthcareio/docker/Dockerfile

+ 1 - 1
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
 #