We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i attempt to start docker for computer use demo vnc crashed
┌──(lokesh㉿kali)-[~] └─$ sudo docker run \ -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \ -v $HOME/.anthropic:/home/computeruse/.anthropic \ -p 5900:5900 \ -p 8501:8501 \ -p 6080:6080 \ -p 8080:8080 \ -it ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest \ bash Xvfb started successfully on display :1 Xvfb PID: 9 starting tint2 on display :1 ... starting mutter starting vnc PORT=5900 starting noVNC noVNC started successfully ✨ Computer Use Demo is ready! ➡️ Open http://localhost:8080 in your browser to begin x11vnc process crashed, restarting... x11vnc stderr output: 23/10/2024 08:48:43 Got connection from client 127.0.0.1 23/10/2024 08:48:43 0 other clients 23/10/2024 08:48:43 Normal socket connection 23/10/2024 08:48:43 Disabled X server key autorepeat. 23/10/2024 08:48:43 to force back on run: 'xset r on' (3 times) 23/10/2024 08:48:43 incr accepted_client=1 for 127.0.0.1:44486 sock=6 23/10/2024 08:48:43 No valid client after 63 secs. 23/10/2024 08:51:20 Got connection from client 127.0.0.1 23/10/2024 08:51:20 1 other clients 23/10/2024 08:51:20 Normal socket connection 23/10/2024 08:51:20 incr accepted_client=2 for 127.0.0.1:60860 sock=7 23/10/2024 08:54:18 Got connection from client 127.0.0.1 23/10/2024 08:54:18 2 other clients 23/10/2024 08:54:18 webSocketsHandshake: unknown connection error 23/10/2024 08:54:18 Client 127.0.0.1 gone 23/10/2024 08:54:18 Statistics events Transmit/ RawEquiv ( saved) 23/10/2024 08:54:18 TOTALS : 0 | 0/ 0 ( 0.0%) 23/10/2024 08:54:18 Statistics events Received/ RawEquiv ( saved) 23/10/2024 08:54:18 TOTALS : 0 | 0/ 0 ( 0.0%) 23/10/2024 08:54:18 Client Protocol Version 3.8 23/10/2024 08:54:18 Protocol version sent 3.8, using 3.8 23/10/2024 08:54:18 deleted 32 tile_row polling images. 23/10/2024 08:54:18 Restored X server key autorepeat to: 1 starting vnc PORT=5900 x11vnc process crashed, restarting... x11vnc stderr output: 23/10/2024 08:55:25 No client after 60 secs. 23/10/2024 08:55:25 deleted 32 tile_row polling images. starting vnc PORT=5900
The text was updated successfully, but these errors were encountered:
stopping and restarting my docker vm worked for me
Sorry, something went wrong.
nope i tried multiple times in windows it running fine linux has this problem
@Lokeshwaran-M can you share the output of docker info?
docker info
@Lokeshwaran-M closing this as a duplicate of #42 - there's a proposed fix here: #42 (comment)
No branches or pull requests
when i attempt to start docker for computer use demo vnc crashed
execution log :
The text was updated successfully, but these errors were encountered: