Whoah, This is just on another level. and its still in its infancy. Imagine this in 5 years! I saw a couple other youtubers try it out and I'm still speechless. thanks for the tutorial btw :)
This is the issue: Ensure Docker Desktop is Running: Open Docker Desktop from the Start menu and verify it’s running. If it’s already running, try restarting it.
like he suggests in the video, if you get errors, paste them into chatGPT and ChatGPT will tell you how to fix them. I did that and it sorted me quickly and had it running.
This is cool. I really wish it was released by Open AI, or Meta, or open source, so it might have been allowed to be actually useful and not neutered to be "safe"
On minute 05:00 you run docker run \ and press enter but then it cuts to a different frame where it's different what you pasted, wich one is the correct?
@@Skylinex22 This always happen when commands are formatted as multi-line commands. Windows only allows single line commands even if you are running multiple commands at a time. Linux allows you to use multline. Anyway, the fix is to reformat the command to be on a single line and copy/paste as usual. Any LLM can do this for you with the following prompt: "Please format the following command to be windows compatible and output in a textbox: {the command}". If that borks things then just say: "reformat the following command to be windows compatible (on a single line) and output in a textbox: {the command}"
@@Skylinex22 I copied from the bit from the website and changed all the \ for ^ and it worked, that’s what I think he did in the video, if you see when he cuts it’s the same code you can copy but with ^ instead of \
I can use this as a type of visuomotor neuron. This visuomotor neuron can convert visual information into knowledge. I am not using a hypobole of assumptions to anticipate a future you can't change.
I cant paste the docker run \ part. For a split second you get a bunch of error messages in the video when pasting the "docker run \" part, but then you quickly change screens to a working one. What am I doing wrong? :)
When installing Docker for windows AMD64, i'm asked about using WSL2 instead of Hyper-V (recommended by Docker). I am using a vmware VM. Should I chose the Hyper-V option or WSL2?
Can you suggest a few things I can try to have computer use attempt? Every prompt I have tried so far has run into "This action is restricted for safety reasons at this time" and no I am not trying anything interesting or crazy, just visiting news websites or things like that
I'm getting the following errors, could you please advise? '-it' is not recognized as an internal or external command, operable program or batch file. 'export' is not recognized as an internal or external command, operable program or batch file.
first im watching you daily thank you for everything !!!, anyways i want to ask is it save to used it ? or i should wait for now (i mean save of hacking or something like that)
Lol whenever they paste these command line rube goldberg machines, they never work. This one's no diff of course. All errors. I'll wait until it's an exe or in pinokio. Cool that desktop control is finally here tho!
I am getting this error message after the downloading part "docker: Error response from daemon: create $HOME/.anthropic: "$HOME/.anthropic" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.