File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
ml/kubeflow-pipelines/components/t2t/containers Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2121
2222RUN easy_install pip
2323
24- RUN pip install tensor2tensor
25- RUN pip install tensorflow_hub
24+ RUN pip install tensorflow-probability==0.5
25+ RUN pip install tensor2tensor==1.11.0
26+ RUN pip install tensorflow_hub==0.1.1
2627RUN pip install pyyaml==3.12 six==1.11.0
2728
2829RUN wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2121
2222RUN easy_install pip
2323
24- RUN pip install tensor2tensor
25- # RUN pip install tensorflow_hub
24+ RUN pip install tensorflow-probability==0.5
25+ RUN pip install tensor2tensor==1.11.0
2626RUN pip install tensorflow-serving-api
2727RUN pip install gunicorn
2828RUN pip install pyyaml==3.12 six==1.11.0
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2121
2222RUN easy_install pip
2323
24- RUN pip install tensor2tensor
24+ RUN pip install tensorflow-probability==0.5
25+ RUN pip install tensor2tensor==1.11.0
2526RUN pip install pyyaml==3.12 six==1.11.0
2627RUN pip install google-cloud-storage
2728
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2020
2121RUN easy_install pip
2222
23- RUN pip install pyyaml==3.12 six==1.11.0 requests==2.18.4 tensorflow==1.11 .0
23+ RUN pip install pyyaml==3.12 six==1.11.0 requests==2.18.4 tensorflow==1.12 .0
2424
2525RUN wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \
2626 unzip -qq google-cloud-sdk.zip -d tools && \
You can’t perform that action at this time.
0 commit comments