Skip to content

Commit

Permalink
Rebase with main and rebuild images
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellutz committed Sep 16, 2024
1 parent 798e165 commit 99691e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,753 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ habana-jupyter-1.10.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
habana-jupyter-1.13.0-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
$(call image,$@,habana/1.13.0/ubi8-python-3.8,$<)

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

# Build and push runtime-minimal-ubi8-python-3.8 image to the registry
.PHONY: runtime-minimal-ubi8-python-3.8
runtime-minimal-ubi8-python-3.8: base-ubi8-python-3.8
Expand Down Expand Up @@ -357,6 +352,11 @@ intel-runtime-ml-ubi9-python-3.11: base-ubi9-python-3.11
jupyter-intel-ml-ubi9-python-3.11: base-ubi9-python-3.11
$(call image,$@,jupyter/intel/ml/ubi9-python-3.11,$<)

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

####################################### Buildchain for Python 3.9 using C9S #######################################

# Build and push base-c9s-python-3.9 image to the registry
Expand Down
14 changes: 1 addition & 13 deletions habana/1.17.1/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]

[packages]
# JupyterLab packages
jupyterlab = "~=4.2.4"
jupyter-server = "~=2.13.0"
jupyter-server-proxy = "~=4.0.0" # Upgrade would bring in jupyterlab 4
jupyter-server-terminals = "~=0.5.3"
jupyterlab-git = "~=0.44.0"
nbdime = "~=3.2.1"
nbgitpuller = "~=1.2.0"

# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"

[requires]
python_version = "3.11"
Loading

0 comments on commit 99691e4

Please sign in to comment.