Skip to content

Commit

Permalink
Merge pull request #621 from paulovmr/RHOAIENG-9168
Browse files Browse the repository at this point in the history
RHOAIENG-9168: Remove unused images from notebooks repo
  • Loading branch information
openshift-merge-bot[bot] authored Jul 18, 2024
2 parents 145a234 + ebf4daa commit cdbf086
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 32,663 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,28 +79,6 @@
},
"secrets": "inherit"
},
"jupyter-trustyai-ubi8-python-3_8": {
"needs": [
"jupyter-datascience-ubi8-python-3_8"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-trustyai-ubi8-python-3.8",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"habana-jupyter-1_9_0-ubi8-python-3_8": {
"needs": [
"jupyter-datascience-ubi8-python-3_8"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "habana-jupyter-1.9.0-ubi8-python-3.8",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"habana-jupyter-1_10_0-ubi8-python-3_8": {
"needs": [
"jupyter-datascience-ubi8-python-3_8"
Expand All @@ -112,17 +90,6 @@
},
"secrets": "inherit"
},
"habana-jupyter-1_11_0-ubi8-python-3_8": {
"needs": [
"jupyter-datascience-ubi8-python-3_8"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "habana-jupyter-1.11.0-ubi8-python-3.8",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"habana-jupyter-1_13_0-ubi8-python-3_8": {
"needs": [
"jupyter-datascience-ubi8-python-3_8"
Expand Down
22 changes: 4 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,26 +97,11 @@ cuda-jupyter-minimal-ubi8-python-3.8: cuda-ubi8-python-3.8
cuda-jupyter-datascience-ubi8-python-3.8: cuda-jupyter-minimal-ubi8-python-3.8
$(call image,$@,jupyter/datascience/ubi8-python-3.8,$<)

# Build and push jupyter-trustyai-ubi8-python-3.8 image to the registry
.PHONY: jupyter-trustyai-ubi8-python-3.8
jupyter-trustyai-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
$(call image,$@,jupyter/trustyai/ubi8-python-3.8,$<)

# Build and push habana-jupyter-1.9.0-ubi8-python-3.8 image to the registry
.PHONY: habana-jupyter-1.9.0-ubi8-python-3.8
habana-jupyter-1.9.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
$(call image,$@,habana/1.9.0/ubi8-python-3.8,$<)

# Build and push habana-jupyter-1.10.0-ubi8-python-3.8 image to the registry
.PHONY: habana-jupyter-1.10.0-ubi8-python-3.8
habana-jupyter-1.10.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
$(call image,$@,habana/1.10.0/ubi8-python-3.8,$<)

# Build and push habana-jupyter-1.11.0-ubi8-python-3.8 image to the registry
.PHONY: habana-jupyter-1.11.0-ubi8-python-3.8
habana-jupyter-1.11.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
$(call image,$@,habana/1.11.0/ubi8-python-3.8,$<)

# Build and push habana-jupyter-1.13.0-ubi8-python-3.8 image to the registry
.PHONY: habana-jupyter-1.13.0-ubi8-python-3.8
habana-jupyter-1.13.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
Expand Down Expand Up @@ -442,8 +427,6 @@ test-%: bin/kubectl
$(call test_with_papermill,minimal,ubi8,python-3.8) \
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "datascience-ubi8"; then \
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "trustyai-ubi8"; then \
$(call test_with_papermill,trustyai,ubi8,python-3.8) \
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "anaconda"; then \
echo "There is no test notebook implemented yet for Anaconda Notebook...." \
else \
Expand Down Expand Up @@ -573,8 +556,11 @@ refresh-pipfilelock-files:
cd jupyter/datascience/ubi9-python-3.9 && pipenv lock
cd jupyter/pytorch/ubi9-python-3.9 && pipenv lock
cd jupyter/tensorflow/ubi9-python-3.9 && pipenv lock
cd jupyter/trustyai/ubi8-python-3.8 && pipenv lock
cd jupyter/trustyai/ubi9-python-3.9 && pipenv lock
cd habana/1.10.0/ubi8-python-3.8 && pipenv lock
cd habana/1.13.0/ubi8-python-3.8 && pipenv lock
cd runtimes/minimal/ubi8-python-3.8 && pipenv lock
cd runtimes/minimal/ubi9-python-3.9 && pipenv lock
cd runtimes/datascience/ubi8-python-3.8 && pipenv lock
cd runtimes/datascience/ubi9-python-3.9 && pipenv lock
cd runtimes/pytorch/ubi9-python-3.9 && pipenv lock
Expand Down
167 changes: 0 additions & 167 deletions habana/1.11.0/ubi8-python-3.8/Dockerfile

This file was deleted.

61 changes: 0 additions & 61 deletions habana/1.11.0/ubi8-python-3.8/Pipfile

This file was deleted.

Loading

0 comments on commit cdbf086

Please sign in to comment.