Skip to content

Commit 961bceb

Browse files
authored
pin some lib versions (amygdala#35)
1 parent e77d6d3 commit 961bceb

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

ml/kubeflow-pipelines/components/t2t/containers/base/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2121

2222
RUN 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
2627
RUN pip install pyyaml==3.12 six==1.11.0
2728

2829
RUN wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \

ml/kubeflow-pipelines/components/t2t/containers/t2t_app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2121

2222
RUN 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
2626
RUN pip install tensorflow-serving-api
2727
RUN pip install gunicorn
2828
RUN pip install pyyaml==3.12 six==1.11.0

ml/kubeflow-pipelines/components/t2t/containers/t2t_proc/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2121

2222
RUN 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
2526
RUN pip install pyyaml==3.12 six==1.11.0
2627
RUN pip install google-cloud-storage
2728

ml/kubeflow-pipelines/components/t2t/containers/webapp-launcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
2020

2121
RUN 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

2525
RUN wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \
2626
unzip -qq google-cloud-sdk.zip -d tools && \

0 commit comments

Comments
 (0)