From 10c1f95b4b41f9c0ce876be5e02e7c6bf8a9f8d2 Mon Sep 17 00:00:00 2001 From: Robert Reed Date: Wed, 25 Aug 2021 21:29:32 -0700 Subject: feat: remove port bind * chore: match container names to other implementations * feat: add release build --- conda.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'conda.sh') diff --git a/conda.sh b/conda.sh index 33dd36d..16b3f58 100755 --- a/conda.sh +++ b/conda.sh @@ -49,15 +49,11 @@ conda create --name=$envName python=3.7 -y conda activate $envName -inform "Installing PythonOCC..." - -conda install -c conda-forge pythonocc-core=7.4.1 -y - inform "Installing CadQuery..." conda install -c conda-forge -c cadquery cadquery=2 -y -inform "Installing dataclasses_json..." +inform "Installing dataclasses-json..." pip install dataclasses-json -- cgit v1.2.3