All Apps and Add-ons

Deep learning Toolkit Setup

farideh1371
Explorer

Hello,
I wanna set up deep learning toolkit on my local machine So as the docker host I used "unix://var/run/docker.sock" and Endpoint URL
"localhost" but I have an error "('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))"
could you help me with this?
thanks

0 Karma
1 Solution

farideh1371
Explorer

problem solved by enabling "Expose daemon on tcp:// localhost:2375" in docker.

View solution in original post

farideh1371
Explorer

problem solved by enabling "Expose daemon on tcp:// localhost:2375" in docker.

pdrieger_splunk
Splunk Employee
Splunk Employee

Hi @farideh1371, most likely you have a connection problem to your local docker host. It would be good to better understand your setup:
1. What OS are you running on?
2. Which version of docker do you have installed (assuming a local splunk and docker installation)?
3. Can you run docker commands on your terminal, e.g. docker version ?

0 Karma

farideh1371
Explorer

Thank you for your answer.
1. I am working on windows and installed docker on windows
2. docker version 19.03.5
3. yes docker works properly in terminal

0 Karma

pdrieger_splunk
Splunk Employee
Splunk Employee

taken from https://docs.docker.com/engine/reference/commandline/dockerd/

Similarly, the Docker client can use
-H to connect to a custom port. The Docker client will default to
connecting to
unix:///var/run/docker.sock on Linux,
and tcp://127.0.0.1:2376 on Windows.

Can you try to set tcp://127.0.0.1:2376 for your docker host in the DLTK setup page or

tcp:// -> TCP connection to 127.0.0.1
on either port 2376 when TLS
encryption is on, or port 2375 when
communication is in plain text.

Then you should be able to connect to your local docker on windows.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...