fastai / docker-containers

Docker images for fastai
https://hub.docker.com/u/fastai
Apache License 2.0
173 stars 41 forks source link

How to get PyTorch 1.8 supported fastai docker image #61

Closed harishanand95 closed 2 years ago

harishanand95 commented 2 years ago

Hi,

I tried pulling fastdotai/fastai:2021-02-11 which gave 1.7.1 version, while trying the latest tag version gave torch 1.10.0

Are there any tags that can be used to get 1.8 version specifically?

Command: docker run --gpus 1 fastdotai/fastai:2021-02-11 python -c "import torch;print(torch.__version__)"

Thank you!

jph00 commented 2 years ago

I don't think so.