docker file

This commit is contained in:
Steve Nyemba 2022-10-12 10:07:12 -05:00
parent ddddb897d0
commit a9bed578b2
1 changed files with 1 additions and 1 deletions

View File

@ -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
#