Abolfazl Shahbazi
Abolfazl Shahbazi
fixes #1958 To test this PR: - Copy the provided `.bazelrc` to `tensorflow_serving/tools/docker` - Edit the `Dockerfile.devel-mkl` at line `104` and add the following line: `COPY ./.bazelrc /tensorflow-serving/` This is...
Signed-off-by: Abolfazl Shahbazi For some reason when downloading repo with `curl` I get the following error while building `2.5.1` image for `Intel MKL`: ``` root@f881d27588d3:/tensorflow-serving# export TF_SERVING_BUILD_OPTIONS='--config=mkl --config=release' root@f881d27588d3:/tensorflow-serving# export...
When using the image `gcr.io/deeplearning-platform-release/tf-cpu.1-14` and while following this steps: https://github.com/IntelAI/models/blob/v1.4.0/benchmarks/image_segmentation/tensorflow/unet/README.md I get the following error: ``` 2019-07-09 17:03:43.718942: I tensorflow/core/common_runtime/process_util.cc:115] Creating new thread pool with default inter op setting:...
This PR fixes `Travis CI` builds that have been failing for a long time (3+ years). Also `Python 2.7` has been EOL'ed since Jan. 2020 and it should no longer...
When I run the tests locally, these files keep showing as being reformatted and user have to manually check or reset them. However most of the changes are valid except...
For users behind network proxies, the following example in the main `README.md` fails due to timeout errors: ```python $ python Python 3.9.18 (main, Sep 11 2023, 13:41:44) [GCC 11.2.0] ::...
This steps to recreated this is well described here #50
This PR: - updates `Makefile` and `Trivy` workspace file so that the `docker build` always pulls latest base `ubuntu:22.04` first - updates `Makefile` so that the container is saved in...
## Description This PR adds actions to run SBOM and Trivy, Container scans on demand. ## Issues N/A ## Type of change List the type of change like below. Please...
## Description This PR attempts to pull all Gaudi base images from DockerHub once we have them published there. With this PR what we are doing is actually publishing this...