[bitnami/scikit-learn-intel] Release 2021.6.3-debian-11-r3 (#3392)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-17 14:42:16 +02:00
committed by GitHub
parent f2c44813c9
commit f20006231c
4 changed files with 28 additions and 19 deletions

View File

@@ -4,13 +4,21 @@ ENV HOME="/" \
OS_FLAVOUR="debian-11" \
OS_NAME="linux"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2021.6.3-debian-11-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/scikit-learn-intel" \
org.opencontainers.image.title="scikit-learn-intel" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2021.6.3"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.10.5-153" --checksum 78fe75b1b8bfe3f23835bd30c2ba222c3be60903893c9d4aeacc455468461609
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.10.6-6" --checksum 8bdb9f9a613271a5c32dae7c0eb2d28959cd1f18fc82805f2289d6069ff7b501
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "scikit-learn-intel" "2021.6.3-1" --checksum 957528ab2c4febfe9d6b648fb4555945c85749b6e0e800d7ca0230e99b2a23f5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -1,17 +1,17 @@
{
"gosu": {
"arch": "amd64",
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-152"
"version": "1.14.0-153"
},
"python": {
"arch": "amd64",
"digest": "78fe75b1b8bfe3f23835bd30c2ba222c3be60903893c9d4aeacc455468461609",
"digest": "8bdb9f9a613271a5c32dae7c0eb2d28959cd1f18fc82805f2289d6069ff7b501",
"distro": "debian-11",
"type": "NAMI",
"version": "3.10.5-153"
"version": "3.10.6-6"
},
"scikit-learn-intel": {
"arch": "amd64",

View File

@@ -0,0 +1,5 @@
rolling-tags:
- "2021"
- "2021-debian-11"
- "2021.6.3"
- "latest"

View File

@@ -17,7 +17,7 @@ $ docker run -it --name scikit bitnami/scikit-learn-intel:latest
### Docker Compose
```console
$ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-scikit-learn-intel/master/docker-compose.yml > docker-compose.yml
$ curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/scikit-learn-intel/docker-compose.yml > docker-compose.yml
$ docker-compose up -d
```
## Why use Intel optimized containers
@@ -42,9 +42,9 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2021`, `2021-debian-11`, `2021.6.3`, `2021.6.3-debian-11-r2`, `latest` (2021/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-scikit-learn-intel/blob/2021.6.3-debian-11-r2/2021/debian-11/Dockerfile)
* [`2021`, `2021-debian-11`, `2021.6.3`, `2021.6.3-debian-11-r3`, `latest` (2021/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/scikit-learn-intel/2021/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/scikit-learn-intel GitHub repo](https://github.com/bitnami/bitnami-docker-scikit-learn-intel).
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
## Get this image
@@ -60,10 +60,12 @@ To use a specific version, you can pull a versioned tag. You can view the [list
$ docker pull bitnami/scikit-learn-intel:[TAG]
```
If you wish, you can also build the image yourself.
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
```console
$ docker build -t bitnami/scikit-learn-intel 'https://github.com/bitnami/bitnami-docker-scikit-learn-intel.git#master:2021/debian-11'
$ git clone https://github.com/bitnami/containers.git
$ cd bitnami/APP/VERSION/OPERATING-SYSTEM
$ docker build -t bitnami/APP:latest .
```
## Entering the REPL
@@ -140,17 +142,11 @@ $ docker-compose up scikit-learn-intel
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-scikit-learn-intel/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-scikit-learn-intel/pulls) with your contribution.
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-scikit-learn-intel/issues/new). For us to provide better support, be sure to include the following information in your issue:
- Host OS and version
- Docker version (`$ docker version`)
- Output of `$ docker info`
- Version of this container (`$ echo $BITNAMI_IMAGE_VERSION` inside the container)
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template.
## License