Skip to content
/ BDE Public
forked from scalytics/SDE

Blossom development environment, pre-build

Notifications You must be signed in to change notification settings

2pk03/BDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blossom Development Environment (BDE)

Read our Wiki how to use the 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

About

Blossom development environment, pre-build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.7%
  • Dockerfile 1.9%
  • Shell 0.4%