Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Nov 28, 2019
1 parent 75319ad commit 43fd0cc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
FROM conda/miniconda3

RUN conda update -n base -c defaults conda -y

# curl is needed to get credentials when using IAM_ROLE
RUN apt-get -y update ; \
apt-get -y install curl


# conda install package
RUN conda install -y numpy ; \
conda install -y aiobotocore=0.10.0 ; \
conda install -y aiobotocore ; \
conda install -y pytz ; \
conda install -y requests ; \
conda install psutil ; \
conda install numba ; \
pip install kubernetes
conda install -y psutil ; \
conda install -y numba ; \
pip install kubernetes

0 comments on commit 43fd0cc

Please sign in to comment.