Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 992 Bytes

readme.md

File metadata and controls

28 lines (22 loc) · 992 Bytes

Blossom Development Environment (BDE)

Read our Wiki how to use BDE, with code examples and how-to's

BDE comes with:

Builing the docker image

docker build -t blossom ./

Run the docker container

docker run -p 8888:8888 -v ${HOME}/.ivy2:/home/jovyan/.ivy2 blossom

Execute commands inside the docker container

docker exec -it $(docker container ls | grep "blossom" | tr " " "\n" | tail -n 1) /bin/bash