Intel® Rendering Toolkit
Receive answers to your big data visualization questions from community peers and Intel experts.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

docker: invalid reference format: repository name must be lowercase.

HemanthKum_G_Intel
16,550 Views

Ref. URL:- https://software.intel.com/en-us/get-started-with-intel-oneapi-linux-rendering-configure-your-system#34C71E32-E697-4852-BA15-DA379EF200A2

Environment:- Ubuntu 18.04 on CLX.

Error generating step:- 

2. b. Run the Docker and work from a container:

If you have proxy set up:

sudo -E docker run --name renderkit --rm -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/ tmp/.X11-unix -e HTTP_PROXY=$HTTP_PROXY -e HTTPS_PROXY=$HTTPS_PROXY -e http_proxy=$http_proxy -e https_proxy=$https_proxy ubuntu bash

Error:- 
docker: invalid reference format: repository name must be lowercase.
See 'docker run --help'.

0 Kudos
4 Replies
AthiraM_Intel
Moderator
16,549 Views

Hi,

Thanks for reaching out to us.

Could you please try the below command.

sudo -E docker run --name renderkit --rm -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -e HTTP_PROXY=$HTTP_PROXY -e HTTPS_PROXY=$HTTPS_PROXY -e http_proxy=$http_proxy -e https_proxy=$https_proxy ubuntu bash

There is small correction in the command given in the documentation.An extra space added after "/" tmp.

 

0 Kudos
Michael_C_Intel1
Moderator
16,549 Views

The documentation fix request has been submitted to document owners. Thanks.

 

-MichaelC

0 Kudos
AthiraM_Intel
Moderator
16,549 Views

Hi Hemanth,

Could you please confirm whether the issue got resolved.

0 Kudos
AthiraM_Intel
Moderator
16,549 Views

Hi Hemanth,

Hope your issue got resolved. We are closing this thread. Please feel free to open a new thread if you have any further queries.

Thanks

0 Kudos
Reply