Skip to content

Commit

Permalink
Update base image in the dockerfile (#2177)
Browse files Browse the repository at this point in the history
Based image from https://github.com/opendatahub-io/notebooks 
Removed not needed scripts for the previous base image.
Notebooks are not included in the image but they are cloned in the
contained by the default entry point command
  • Loading branch information
dtrawins authored Jul 30, 2024
1 parent 16d10b2 commit b704dbd
Show file tree
Hide file tree
Showing 46 changed files with 1,909 additions and 3,380 deletions.
9 changes: 0 additions & 9 deletions .docker/.aicoe-ci.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .docker/.jupyter/custom/custom.css

This file was deleted.

30 changes: 0 additions & 30 deletions .docker/.jupyter/nbconfig/common.json

This file was deleted.

145 changes: 0 additions & 145 deletions .docker/.s2i/bin/assemble

This file was deleted.

131 changes: 0 additions & 131 deletions .docker/.s2i/bin/assemble.orig

This file was deleted.

7 changes: 0 additions & 7 deletions .docker/.s2i/bin/run

This file was deleted.

27 changes: 0 additions & 27 deletions .docker/.thoth.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .docker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pytube = ">=12.1.0"
rsa = ">=4.7"
scipy = "*"
seaborn = ">=0.11.0"
setuptools = ">56.0.0"
setuptools = "<70.0.0"
shapely = ">=1.7.1"
supervisor = ">=4.1.0"
tensorflow = ">=2.5,<=2.12"
Expand All @@ -53,4 +53,4 @@ transformers = ">=4.21.1"
[dev-packages]

[requires]
python_version = "3.8"
python_version = "3.9"
Loading

0 comments on commit b704dbd

Please sign in to comment.