Lucca Faria Ferri

Results 27 comments of Lucca Faria Ferri

hey @madebr ! I'm already taking a look at it and I've joined in. I'm Droppy in there! Cheers

The second error message still remains though.. I've updated the container directly. Apologies for the wrong repo, I was unsure, I'd guess the second one belongs to this one? If...

@Bycob sorry to disturb your time, but I'm really lost on one thing: nvidia-smi returns OK, and nvidia-docker is installed also. My question is, a RTX 3080 is enough to...

# GPU My current issues with DeepDetect - note that I will update it whilst trying ## dd_widgets I'm updating dd_widgets with: ``` $ docker exec -it jupyter_dd /bin/bash $...

For some reason, the same happens on gpuid 0... My nvidia-smi: ``` Wed Aug 10 11:54:50 2022 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 | |-------------------------------+----------------------+----------------------+ |...

Hello again @Bycob , yes, same error, logs: ``` deepdetect_1 | [2022-08-10 18:04:19.858] [api] [error] service not found: "word_mnist" deepdetect_1 | [2022-08-10 18:04:19.858] [api] [error] HTTP/1.1 "GET //services/word_mnist" 404 0ms...

Update: testing now with Ubuntu 20.04 LTS, will give back the results.

Update: it's all working now, tomorrow I'll edit this with how I managed to accomplish.

As promised (apologies for the delay). # /code/gpu .env: ``` DD_PLATFORM=./../.. DD_SERVER_TAG=latest DD_SERVER_IMAGE=gpu_torch DD_PLATFORM_UI_TAG=latest DD_JUPYTER_TAG=latest DD_FILEBROWSER_TAG=latest ``` docker-compose.yml: ```yml version: '2.3' services: # # Platform Data # # Get data...