deepC
deepC copied to clipboard
Error: building deepC inside docker container
Hi. I am glad to find your product and just dying to use it. But when I try to build it in my local computer, cmd terminal prints error message below.
=> ERROR [3/4] RUN pip3 install numpy==1.15.0 onnx==1.5.0 11.4s
------
> [3/4] RUN pip3 install numpy==1.15.0 onnx==1.5.0:
#6 1.171 Collecting numpy==1.15.0
#6 2.429 Downloading https://files.pythonhosted.org/packages/88/29/f4c845648ed23264e986cdc5fbab5f8eace1be5e62144ef69ccc7189461d/numpy-1.15.0-cp36-cp36m-manylinux1_x86_64.whl (13.9MB)
#6 7.812 Collecting onnx==1.5.0
#6 8.174 Downloading https://files.pythonhosted.org/packages/88/50/e4a5a869093f35884d1fd95b46b24705ab27adb7e562a2a307523c043be3/onnx-1.5.0-cp36-cp36m-manylinux1_x86_64.whl (7.0MB)
#6 10.50 Collecting protobuf (from onnx==1.5.0)
#6 11.10 Downloading https://files.pythonhosted.org/packages/6c/be/4e32d02bf08b8f76bf6e59f2a531690c1e4264530404501f3489ca975d9a/protobuf-4.21.0-py2.py3-none-any.whl (164kB)
#6 11.27 protobuf requires Python '>=3.7' but the running Python is 3.6.9
------
executor failed running [/bin/sh -c pip3 install numpy==1.15.0 onnx==1.5.0]: exit code: 1
Unable to find image 'dnnc:latest' locally
[2022-10-26T23:16:11.819479900Z][docker-credential-desktop][W] Windows version might not be up-to-date: The system cannot find the file specified.
docker: Error response from daemon: pull access denied for dnnc, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
I am using
- python 3.10
- window 10 x64
I have tried various solutions.
- login to ducker in terminal with
command - change dockerfile (python 3.6 dev -> python 3.7 dev)
But still, I can not fix it. Could you help me?
Thank you so much for filing the issue. We will look at it and take appropriate action as soon as possible.' first issue
did you find any solutions for this @wonjaegang ? if so please share it here