Skip to content

Syuf1514/alb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alb-demo 🦜

A demonstration of albumentations library.

The whole demo is a jupyter notebook at notebooks/demo.ipynb.

Running with docker

Define environmental variables:

  • $USER_ID and $GROUP_ID, equal to your user id -u and id -g respectively,
  • $BASE_IMAGE equal to ubuntu:20.04,
  • $PYTHON_VERSION equal to 3.9.

You may store these variables in .env file in your project root along with any secrets and tokens that your project needs. Just make sure it is not tracked by git.

Build an image and start a container, it will start a jupyter server automatically:

docker compose up --build alb_demo

Useful links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published