CONFIGURATION:
INTEL Core i9-10850K CPU
32GB 3200MHZ DDR4 RAM
Asus Z490 Prime Motherboard
240GB SSD
RTX3090 GPU is connected to the PCIE16x slot directly.
The installation and worker problem:https://worker.io.net/worker/devicesI clicked "connect new worker" button. I selected Windows and GPU. I see device id and user id.
I started the HiveShell at HiveOS
INSALLATION:
sudo apt-get update -y
sudo apt-get install -y gnupg1
cd ~
wget https://raw.githubusercontent.com/ionet-official/io-net-official-setup-script/main/ionet-setup.sh
chmod +x ionet-setup.sh
./ionet-setup.sh
sudo reboot
I started the HiveShell. I used my personal user id and device id.
The Command for container:
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -e DEVICE_NAME="New-device" -e DEVICE_ID=devidxxxxx -e USER_ID=useridxxxxx -e OPERATING_SYSTEM="Windows" -e USEGPUS=true --pull always ionetcontainers/io-launch:v0.1
I clicked "connect device" button at the web site.
The containers are active for 20 minutes.
IMAGE:
But nothing detected at the web. What am I missing ?
I also tried on Windows 10. The containers are active on Windows 10. but the web site not see anything.