mairror / frontend

Mairror frontend to expose the UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mairror Frontend

The Mairror Frontend

Converting Anaconda environment to pip requirements

  1. Use conda-minify to export only the top level requirements without the build string. It must be installed and executed within the conda base environment.

conda run --name base conda-minify -n mairror-frontend > environment.yml

  1. Use the conversion tool utils/conversor.py to convert the requirements to a pip requirements file. It reads the previously generated YAML file and outputs a requirements.txt file in the same folder.

python utils/conversor.py

Resources

About

Mairror frontend to expose the UI

License:MIT License


Languages

Language:Python 59.1%Language:Makefile 23.2%Language:Dockerfile 15.8%Language:Shell 1.8%