Dear Admin team, The GPU provided for the final phase is the Tesla K80. Is there a default docker image filled with tensorflow-gpu that we can use? I have an Nvidia RTX 2080 T1/11GB. If I set the docker image with this GPU, will it still run normally if it is run on a system with a Tesla K80? Are there any devices with a Tesla K80 GPU available for self-testing? Thank you.

Created by Agus Subhan Akbar agussa
Hi @trberg , Apologize, Today after I tried again the docker image has appeared in the docker project section. And I have submit the docker image to challenge. Thanks.
Hi @trberg Yes, I did. It doesn't seem to be able to overwrite the old docker image even though the tag version has been changed. What can be done is to change the name of the docker image. So that : ``` model:0.0.1 -> model:0.0.2 -> will fail ``` ``` model:0.0.1 -> modelv2:0.0.1 -> success ``` I managed to upload it by changing the name. But on the fourth upload now it fails again. I uploaded successfully without any failure messages, but the docker image is not showing in the docker section of the project (https://www.synapse.org/#!Synapse:syn26030602/docker/). Is there a limit to the number of uploads? ``` The push refers to repository [docker.synapse.org/syn26030602/maabmodelv2] ee0e62b51bb1: Layer already exists e23eaa8c410b: Layer already exists 685d88c8e3b3: Layer already exists 1ce65d1c8a2a: Layer already exists 7a3a6c79b106: Layer already exists e7a8c820744a: Layer already exists a7528248b9dc: Layer already exists 5a139c33339d: Layer already exists f3476481d1b3: Layer already exists 2b242a6efedc: Layer already exists 2f140462f3bc: Layer already exists 63c99163f472: Layer already exists ccdbb80308cc: Layer already exists latest: digest: sha256:96956d4f5fe053c33b98584496c927a46db0f254b9c3e0f3a61bfc73e3fc0e23 size: 3050 ```
Hi @agussa, Did you log into the docker.synapse.org instance with your synapse credentials using ``` docker login docker.synapse.org ```
Hi @vchung Is there any limitation to push docker image ? I'm trying for the fourth time and it says : ``` The push refers to repository [docker.synapse.org/syn26030602/maabmodel] ee0e62b51bb1: Preparing e23eaa8c410b: Preparing 685d88c8e3b3: Preparing 1ce65d1c8a2a: Preparing 7a3a6c79b106: Preparing e7a8c820744a: Waiting a7528248b9dc: Waiting 5a139c33339d: Waiting f3476481d1b3: Waiting 2b242a6efedc: Waiting 2f140462f3bc: Waiting 63c99163f472: Waiting ccdbb80308cc: Waiting denied: requested access to the resource is denied ``` Thanks.
@agussa , No, the queue is named **BraTS Challenge - Task 1 Docker Submission**. It will become available (and therefore, visible) tonight at 23:59 EST.
Hi @trberg . I've seen that there is an Eval Q Test item when sending my docker image. Is this item the one I chose? thanks,
Hi @agussa, So starting tonight, you'll be able to submit your docker to our system and it will be run on 5 cases from the validation data. If your submission fails using the Tesla K80, we'll let you know and you'll be able to make changes and then submit again. If this becomes too difficult, the organizing team can help you debug and improve your submission. Thank you, @trberg

Docker for GPU Tesla K80 page is loading…