Skip to content
Snippets Groups Projects
Commit 0b07bde2 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Fixing conda import command

parent 9286101b
No related branches found
No related tags found
No related merge requests found
## Exporting Conda Environment:
conda activate ${ENV_TO_EXPORT}
conda env export > environment.yml
## Importing Conda Environment:
conda create -f environment.yml
conda env create -f keras_environment.yml
## Building and Installing Frontend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment