NVIDIA / semantic-segmentation

Nvidia Semantic Segmentation monorepo
BSD 3-Clause "New" or "Revised" License
1.76k stars 388 forks source link

Should we pull NGC Pytorch container or can we use offical pytorch container in building docker file ? #108

Closed jakvivin closed 3 years ago

jakvivin commented 3 years ago

Hi

Can we use official PyTorch docker image ? or we should compulsory go for NGC as mentioned in docker file? ,What is the reason we are using NGC container? When i try to build with Official PyTorch image with similar version that is mentioned in NGC Documentation (Layered steps) ,I am facing issue and getting error,Can u help me with necessary steps

Thank You

karansapra commented 3 years ago

I believe you can pull from pytorch. the NGC container changes should also be in pytorch currently. Let us know if you see issues when you use the pytorch docker image.

jakvivin commented 3 years ago

Thank You ,I resolved it