Skip to content

Commit 806fc87

Browse files
accepted change to ghcr as part of rebase
Signed-off-by: Vikas Saxena <[email protected]> fixed ui-virtual-service.yaml Signed-off-by: Vikas Saxena <[email protected]> replaced vars with replacements Signed-off-by: Vikas Saxena <[email protected]> repalced vars with replacements Signed-off-by: Vikas Saxena <[email protected]> replaced vars with replacements Signed-off-by: Vikas Saxena <[email protected]> accepted change of image repo to ghcr as part of rebase Signed-off-by: Vikas Saxena <[email protected]> accepted change of image repo to ghcr as part of rebase Signed-off-by: Vikas Saxena <[email protected]> accepted change of image repo to ghcr as part of rebase Signed-off-by: Vikas Saxena <[email protected]> accepted change to ghcr as part of rebase Signed-off-by: Vikas Saxena <[email protected]> fixed ui-virtual-service.yaml Signed-off-by: Vikas Saxena <[email protected]> replaced vars with replacements Signed-off-by: Vikas Saxena <[email protected]> repalced vars with replacements Signed-off-by: Vikas Saxena <[email protected]> replaced vars with replacements Signed-off-by: Vikas Saxena <[email protected]> ran kustomizr edit fix Signed-off-by: Vikas Saxena <[email protected]> ran kustomizr edit fix Signed-off-by: Vikas Saxena <[email protected]> ran kustomize edit fix Signed-off-by: Vikas Saxena <[email protected]> ran kustomize edit fix Signed-off-by: Vikas Saxena <[email protected]> trying to get rdi of error Signed-off-by: Vikas Saxena <[email protected]> removing braces in kustomization.yaml Signed-off-by: Vikas Saxena <[email protected]> refactoring code to get ridd of missing value Signed-off-by: Vikas Saxena <[email protected]> fixing code alignment issue Signed-off-by: Vikas Saxena <[email protected]> removed patches from customization file Signed-off-by: Vikas Saxena <[email protected]> added placeholder values Signed-off-by: Vikas Saxena <[email protected]> replaced placeholder value Signed-off-by: Vikas Saxena <[email protected]> removed patches dir Signed-off-by: Vikas Saxena <[email protected]> added skipping of . as mentioned at https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/#field-path-format Signed-off-by: Vikas Saxena <[email protected]> fixed wanring in katib-standalone-postgres/kustomization.yaml Signed-off-by: Vikas Saxena <[email protected]> restored comments as per Andrey's feedback Signed-off-by: Vikas Saxena <[email protected]> restored comments as per Andrey's feedback Signed-off-by: Vikas Saxena <[email protected]> fixed up comments Signed-off-by: Vikas Saxena <[email protected]> fixed up comments Signed-off-by: Vikas Saxena <[email protected]> restored comments as per Andrey's feedback Signed-off-by: Vikas Saxena <[email protected]> fixed up comments Signed-off-by: Vikas Saxena <[email protected]> adding wheel installation Signed-off-by: Vikas Saxena <[email protected]>
1 parent 1ebd5e4 commit 806fc87

File tree

20 files changed

+312
-208
lines changed

20 files changed

+312
-208
lines changed

cmd/earlystopping/medianstop/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${EARLY_STOPPING_DIR}/ ${TARGET_DIR}/${EARLY_STOPPING_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${EARLY_STOPPING_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

cmd/metricscollector/v1beta1/tfevent-metricscollector/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN if [ "${TARGETARCH}" = "arm64" ]; then \
1717
rm -rf /var/lib/apt/lists/*; \
1818
fi
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM ibmcom/tensorflow-ppc64le:2.2.0-py3
22
ADD . /usr/src/app/github.com/kubeflow/katib
33
WORKDIR /usr/src/app/github.com/kubeflow/katib/cmd/metricscollector/v1beta1/tfevent-metricscollector/
4+
RUN python -m pip install --upgrade pip \
5+
&& pip install wheel
46
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
57
ENV PYTHONPATH /usr/src/app/github.com/kubeflow/katib:/usr/src/app/github.com/kubeflow/katib/pkg/apis/manager/v1beta1/python:/usr/src/app/github.com/kubeflow/katib/pkg/metricscollector/v1beta1/tfevent-metricscollector/:/usr/src/app/github.com/kubeflow/katib/pkg/metricscollector/v1beta1/common/
68
ENTRYPOINT ["python", "main.py"]

cmd/suggestion/hyperband/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${SUGGESTION_DIR}/ ${TARGET_DIR}/${SUGGESTION_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${SUGGESTION_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

cmd/suggestion/hyperopt/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${SUGGESTION_DIR}/ ${TARGET_DIR}/${SUGGESTION_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${SUGGESTION_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

cmd/suggestion/nas/darts/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${SUGGESTION_DIR}/ ${TARGET_DIR}/${SUGGESTION_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${SUGGESTION_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

cmd/suggestion/nas/enas/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${SUGGESTION_DIR}/ ${TARGET_DIR}/${SUGGESTION_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${SUGGESTION_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

cmd/suggestion/optuna/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${SUGGESTION_DIR}/ ${TARGET_DIR}/${SUGGESTION_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${SUGGESTION_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

cmd/suggestion/pbt/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${SUGGESTION_DIR}/ ${TARGET_DIR}/${SUGGESTION_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${SUGGESTION_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

cmd/suggestion/skopt/v1beta1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ADD ./${SUGGESTION_DIR}/ ${TARGET_DIR}/${SUGGESTION_DIR}/
1717

1818
WORKDIR ${TARGET_DIR}/${SUGGESTION_DIR}
1919

20+
RUN python -m pip install --upgrade pip \
21+
&& pip install wheel
2022
RUN pip install --prefer-binary --no-cache-dir -r requirements.txt
2123
RUN chgrp -R 0 ${TARGET_DIR} \
2224
&& chmod -R g+rwX ${TARGET_DIR}

0 commit comments

Comments
 (0)