Skip to content

ADLSOceanHub/SmartyRecipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smarty Recipe

Build Status

Make cooking hassle-free and more friendly

Configs

  • Use PowerShell or Bash shell for the steps below

Build images

From the root folder of the project:

docker-compose -f infra/docker_dev/docker-compose.yml -p smarty_recipe build

Using Docker

Script Managements

From the root folder of the project:

# Note, these are not sequential steps. You can use any of them independently of each other.

# To run bash shell
docker-compose -f infra/docker_dev/docker-compose.yml -p smarty_recipe run --rm webserver bash

# To run Flask Python shell
docker-compose -f infra/docker_dev/docker-compose.yml -p smarty_recipe run --rm webserver bash -c "source activate TEST && python backend/server/manage.py shell"

# To run the cluster up
docker-compose -f infra/docker_dev/docker-compose.yml -p smarty_recipe up

Spin Up Jupyter Hub

  • Make sure the images are built properly.
  • To run Jupyter Hub
docker-compose -f infra/docker_dev/docker-compose.yml -p smarty_recipe run --rm -p 8888:8888 webserver bash -c "source activate TEST && jupyter notebook --allow-root --notebook-dir=./notebooks --ip=0.0.0.0 --port=8888"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages