[bitnami/xgboost-intel] Release 1.6.1-debian-11-r19 (#1077)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-07-28 23:56:24 +02:00 committed by GitHub
parent 523b4f78df
commit cc4f0201e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 17 deletions

View File

@ -8,7 +8,7 @@ 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 libgomp1 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-154" --checksum 6ec112fdf7d07f1457c28ef70a492eda1ff8451311d33c660428a894254266ae
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.10.5-157" --checksum 4134271882a5cc15818aa4be71d62f53fb4cccbdbb5136aab542fd3735233a3b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "xgboost-intel" "1.6.1-151" --checksum d49d5574cdab9690c82b9ade0a4d6d0998ab36ba30ac13fea8152f0a33746b90
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN apt-get update && apt-get upgrade -y && \

View File

@ -8,10 +8,10 @@
},
"python": {
"arch": "amd64",
"digest": "6ec112fdf7d07f1457c28ef70a492eda1ff8451311d33c660428a894254266ae",
"digest": "4134271882a5cc15818aa4be71d62f53fb4cccbdbb5136aab542fd3735233a3b",
"distro": "debian-11",
"type": "NAMI",
"version": "3.10.5-154"
"version": "3.10.5-157"
},
"xgboost-intel": {
"arch": "amd64",

View File

@ -17,14 +17,14 @@ $ docker run -it --name xgboost-intel bitnami/xgboost-intel
### Docker Compose
```console
$ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-xgboost-intel/master/docker-compose.yml > docker-compose.yml
$ curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/xgboost-intel/docker-compose.yml > docker-compose.yml
$ docker-compose up -d
```
## Why use Intel optimized containers
New instructions, coupled with algorithmic and software innovations, deliver breakthrough performance for the industry's most widely deployed cryptographic ciphers. Encryption is becoming pervasive with most organizations increasingly adopting encryption for application execution, data in flight, and data storage. 3rd gen Intel® Xeon® Scalable Processor (Ice Lake) cores and architecture, offers several new instructions for encryption acceleration.
This solution requires 3rd gen Intel Xeon Scalable Processor (Ice Lake) to get a breakthrough performance improvement.
## Why use Bitnami Images?
@ -47,9 +47,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/).
* [`1`, `1-debian-11`, `1.6.1`, `1.6.1-debian-11-r18`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-xgboost-intel/blob/1.6.1-debian-11-r18/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.6.1`, `1.6.1-debian-11-r19`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/xgboost-intel/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/xgboost-intel GitHub repo](https://github.com/bitnami/bitnami-docker-xgboost-intel).
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
## Get this image
@ -65,10 +65,12 @@ To use a specific version, you can pull a versioned tag. You can view the [list
$ docker pull bitnami/xgboost-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/xgboost-intel 'https://github.com/bitnami/bitnami-docker-xgboost-intel.git#master:1/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
@ -145,17 +147,11 @@ $ docker-compose up xgboost-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-xgboost-intel/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-xgboost-intel/pulls) with your contribution.
We'd love for you to contribute to this Docker image. 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-xgboost-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
- 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