All Projects → fastai → docker-containers

fastai / docker-containers

Licence: Apache-2.0 License
Docker images for fastai

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-containers

Nbdev
Create delightful python projects using Jupyter Notebooks
Stars: ✭ 3,061 (+2040.56%)
Mutual labels:  conda, fastai
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+88.81%)
Mutual labels:  mlops
whylogs-examples
A collection of WhyLogs examples in various languages
Stars: ✭ 42 (-70.63%)
Mutual labels:  mlops
pyenvdiff-lib
Python environment comparison tool
Stars: ✭ 23 (-83.92%)
Mutual labels:  conda
data-science-best-practices
The goal of this repository is to enable data scientists and ML engineers to develop data science use cases and making it ready for production use. This means focusing on the versioning, scalability, monitoring and engineering of the solution.
Stars: ✭ 53 (-62.94%)
Mutual labels:  mlops
MLOps
MLOps template with examples for Data pipelines, ML workflow management, API development and Monitoring.
Stars: ✭ 28 (-80.42%)
Mutual labels:  mlops
MLOps VideoAnomalyDetection
Operationalize a video anomaly detection model with Azure ML
Stars: ✭ 102 (-28.67%)
Mutual labels:  mlops
conda-lock
Lightweight lockfile for conda environments
Stars: ✭ 184 (+28.67%)
Mutual labels:  conda
flytekit
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
Stars: ✭ 82 (-42.66%)
Mutual labels:  mlops
pyrpipe
Reproducible bioinformatics pipelines in python. Import any Unix tool/command in python.
Stars: ✭ 53 (-62.94%)
Mutual labels:  conda
RTX-2080Ti-Vs-GTX-1080Ti-CIFAR-100-Benchmarks
No description or website provided.
Stars: ✭ 16 (-88.81%)
Mutual labels:  fastai
fastai-docker-deploy
Deploy fastai models with Docker
Stars: ✭ 19 (-86.71%)
Mutual labels:  fastai
google-retrieval-challenge-2019-fastai-starter
fast.ai starter kit for Google Landmark Retrieval 2019 challenge
Stars: ✭ 62 (-56.64%)
Mutual labels:  fastai
serving-tensorflow-models
Serving TensorFlow models with TensorFlow Serving 📙
Stars: ✭ 41 (-71.33%)
Mutual labels:  mlops
pytorch-aarch64
PyTorch wheels (whl) & conda for aarch64 / ARMv8 / ARM64
Stars: ✭ 137 (-4.2%)
Mutual labels:  conda
vscode-micromamba
A VSCode extension to generate development environments using micromamba and conda-forge package repository
Stars: ✭ 16 (-88.81%)
Mutual labels:  conda
tibanna
Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
Stars: ✭ 61 (-57.34%)
Mutual labels:  conda
aml-workspace
GitHub Action that allows you to create or connect to your Azure Machine Learning Workspace.
Stars: ✭ 22 (-84.62%)
Mutual labels:  mlops
mobile-deep-learning-classifier
Tutorial on building and deploying a Mobile Deep Learning Classifier for food
Stars: ✭ 64 (-55.24%)
Mutual labels:  fastai
coronavirus-mask-image-dataset
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask
Stars: ✭ 57 (-60.14%)
Mutual labels:  fastai

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].