Hi If any of the teams are using a pytorch docker image to submit their predictions could you please share your Dockerfile minus your scripts?, ill fill the scripts myself, i have been at this for more than a week , i cannot afford to lose more time on this. It would really help me. Thanks

Created by dcentmakeover
Thank you for your response , ill check this.
Hi there, I don't have a pytorch template available for this challenge, but have you tried building on the docker containers distributed by the PyTorch folks? https://hub.docker.com/r/pytorch/pytorch (e.g. start your Dockerfile with `FROM pytorch/pytorch@sha256:ee783a4c0fccc7317c150450e84579544e171dd01a3f76cf2711262aced85bf7` and build from there (https://hub.docker.com/layers/pytorch/pytorch/latest/images/sha256-ee783a4c0fccc7317c150450e84579544e171dd01a3f76cf2711262aced85bf7?context=explore)

Requesting Pytorch docker page is loading…