Dockerfile for the class

Does anyone have a dockerfile for the course setup? I have my own machine that I’d like to setup, having a self contained dockerfile is just easier than trying to get pytorch and the fast.ai library working. If not, I can make one?

2 Likes

this one works: https://hub.docker.com/r/floydhub/pytorch/tags/ I am using this but you need to update the fastai version which will update the notebook server which will break the config.

so:

  1. Get the image
  2. Start it pip update fastai
  3. edit the file /root/.jupyter/jupyter_notebook_config.py and make sure c.NotebookApp.allow_remote_access = True is in there
  4. restart box
  5. should be good to go

I did have one before but it had an error that I hadn’t been able to diagnose yet you can check it out here if it helps. If there is demand I’ll try and fix it: https://github.com/Data-drone/dl_toolkit the main thing ?issues? with the floydhub one doesn’t use conda and it runs everything under root

1 Like

Have you tried using this docker file on Kaggle?

I have one ready. I was planning to create a wiky post, once I stop adding modifications to it, which will probably be today, so I’ll create a separate topic for it today or tomorrow.

3 Likes

@liberus ,have you posted this wiki yet ?

Unfortunately no, I’ve got a lot of stuff to do at my work. Sorry for unfulfilled promise :(.
I’ll try to to do that as soon as possible, so at worst case it will be ready during weekends.

1 Like

As promised, here is the topic: https://forums.fast.ai/t/dockerfile-for-live-course/30084

1 Like