Note
We are adding new articles so often that you should update often as well. That means: git pull develop in the main directory!
-
Marketing
-
Linear programming
-
Mathematical fundations
- python 3.10
- package manager pip or conda
- Docker: https://www.docker.com/get-started
Install dependencies
pip install -r requirements.txtLaunch Jupyter notebook
jupyter lab --port=8888build docker images
docker compose buildmake sure to change volume to match the path where the repository is located.
docker compose up Connect to remote compute
ssh -L 8087:localhost:8087
docker run -it --rm -v $(pwd):/app arto_labs:latest /bin/bashpython3 -m lib --pipeline='optimization_curves' --config_path='config/config_optimization_curves_poc.yaml'This blog is licensed under the terms of the MIT license