8000 GitHub - Huntemall/docker-containers.dev: Docker images for fastai. Development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Huntemall/docker-containers.dev

 
 

Repository files navigation

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. Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.1%
  • Ruby 5.6%
  • Python 5.1%
  • Dockerfile 4.2%
0