dockerfiles
dockerfiles copied to clipboard
Clear Linux-based Docker containers
I've had quite a few errors like this, and every time it was because i tried to run x86 containers on my rpi, which is again the case right now....
Dear authors, How can I rebuild the image with `OpenVINO 2020.1`?
Hello, how do I install openslide? Oringally, I would do it like this: `RUN apt-get update && apt-get install -y --no-install-recommends openslide-tools python3-openslide` Is there any other way that I...
Please provide a way to use `nginx-mainline-extras`. I would like to use `ngx_http_brotli_static_module.so`.
Signed-off-by: Qi Zheng
This issue is limited to clearlinux containers running on containerd environments. This is a serious blocker. ```yaml apiVersion: apps/v1beta1 kind: Deployment metadata: name: clear-deployment namespace: openfaas-fn spec: replicas: 1 template:...
```bash root@0d038e7669f4/workspace # echo $PYTHONPATH /usr/local/lib/openvino/inference_engine/: root@0d038e7669f4/workspace # ie_serving Traceback (most recent call last): File "/usr/bin/ie_serving", line 6, in from ie_serving.main import main File "/usr/lib/python3.7/site-packages/ie_serving/main.py", line 22, in from ie_serving.models.model_builder...
When you try to run the OVMS on the container: ```bash docker run --rm -v /opt/models/:/opt/ml:ro -p 9001:9001 -p 8001:8001 clearlinux/stacks-dlrs-mkl:v0.4.0 /workspace/scripts/serve.sh ie_serving model --model_path /opt/ml/resnet_V1_50 --model_name resnet50 --port 9001...
Please update to the latest released OpenVINO toolkit. The clearlinux/stacks-dlrs-mkl:v0.4.0 is using the old version 2019_R1.1
The redis docker container is supposed to read (and overwrite) settings available in /etc/redis.conf Problem is that, even if one make this file available - by mounting this file with...