-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
How to deploy Navi Agent on my current OS and test a custom task #27
Comments
This feature is on our roadmap, but unfortunately, I can’t provide a specific timeline. It will require some modifications to the current Docker setup. We welcome contributions, so if you feel up to the task, here's some guidance to help you get started:
|
Much appreciation for your guidance! Another issue that one of my colleagues came across is that during the process of |
Yes, I have seen this error before when the Windows 11 Enterprise Evaluation ISO (90-day trial) is not used. This is the only edition of Windows 11 that we support. |
Please follow the same troubleshooting steps as outlined in this issue. Let me know if you have any questions. |
I have seen this happen only when the wrong ISO edition is provided as |
I am having the same problem as Calvvnono . I tried the image you had suggested also. Wsl and docker desktop with conda. windowsarena/winarena:latest -c './entry.sh --prepare-image true --start-client true --agent navi --model gpt-4.o --som-origin oss --a11y-backend uia --gpu-enabled true' 2024-10-12 00:11:48 Starting WinArena... nothing else happening . this from log on docker desktop. |
Try manually start it without gpu-enabled parameter, it worked out for me! |
I still can't start the VM no matter what I do. I tested the Interactive mode and was able to start the container and do the next trouble shooting step. It cant find the image and the location was never mounted, but the other 3 locations were. See code output.. Any Idea what next to try? yes a small system I use for testing . Error: ISO file not found or is empty. Without GPU Enabled same thing \ windowsarena/winarena:latest -c './entry.sh --prepare-image true --start-client true --agent navi --model gpt-4-vision-preview --som-origin oss --a11y-backend uia --gpu-enabled false' |
Note that for the golden image preparation step, the only params that can be specified (the rest will ignored) are Please let us know if this helps. |
Hi I updated my windows to 11. I used this :
|
Hi, I used the image you provided in this GitHub page and it worked. The image on Microsoft's website did not work, and i just did both just now. Your image is bigger in size too.. PS C:\Users\movla> wsl -d Ubuntu ❯ Extracting local ISO image...
|
Judging from your latest screenshot, the VM process has started successfully. The Docker container will shut down automatically once all the automated steps (such as installing Python packages, tools and programs) are completed, as shown in this video walkthrough. This process can take 20-30 minutes, depending on your hardware and internet speed. If it seems to be stuck, please follow the troubleshooting steps outlined in this issue and post the logs here. |
Hello,
I would like to directly deploy the
Navi
Agent on my current operating system (without the need for virtual machines or cloud setups) and test a specific custom task. My goal is to observe the agent's performance in real-time on my local environment.Could you please clarify if this is feasible, and if so, what steps should I follow to achieve this?
Any guidance on this process would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: