fastai / docker-containers

Docker images for fastai

Home Page:https://hub.docker.com/u/fastai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build CI Containers

Docker Containers For fast.ai

This repository builds various docker images used for continuous integration for fastai on a recurring schedule defined in this repo's workflow files. You must install Docker before using this project.

These Docker containers are useful for testing scenarios that require reproducibility. Some familiarity with Docker is assumed before using these containers. For a gentle introduction to Docker, see this blog post.


Miscellaneous Resources & Tips

  • Save the state of a running container by first finding the Container ID of your running container with docker ps. After you have located the relevant ID, you can use docker commit to save the state of the container for later use.

  • Mount a local directory into your Docker image so that you can access files that are genearated when you exit your container with the -v flag.

  • Read this blog post.

  • Read this book to dive deeper into Docker.

About

Docker images for fastai

https://hub.docker.com/u/fastai

License:Apache License 2.0


Languages

Language:Shell 85.1%Language:Ruby 5.6%Language:Python 5.1%Language:Dockerfile 4.2%