Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.08 KB

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