Bruno Cheung
Bruno Cheung

Reputation: 1

How to deploy pytorch in docker image?

I want to deploy pytorch on a docker image. Is there a way that I can do that? I faced so much problems installing pytorch, their official installation links does not seem to be working; neither pip/conda works. Does anyone have any alternative solution in installing pytorch?

Upvotes: 0

Views: 1998

Answers (1)

yamenk
yamenk

Reputation: 51768

You can find pytorch images on Dockerhub.

If those images are not sufficient, you can check their Dockerfiles to see how you can build you own custom image.

Upvotes: 1

Related Questions