(fix) select correct environment

This commit is contained in:
cardosofede
2023-06-01 18:55:30 -03:00
parent a7e4032cd6
commit 3d430cb65d

View File

@@ -10,7 +10,7 @@ env_remove:
conda env remove -n dashboard
env_create:
conda env create -f environment.yml
conda env create -f environment_conda.yml
docker_build:
docker build -t dashboard:latest .