disable python exectution

This commit is contained in:
Kurt Hutten IrevDev
2022-07-17 20:16:17 +10:00
parent 8500d223d4
commit a98b6d0750
3 changed files with 33 additions and 32 deletions

View File

@@ -41,8 +41,8 @@ RUN npm install aws-lambda-ric@1.0.0
RUN conda --version
# Install CadQuery
RUN conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8
RUN conda info
# RUN conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8
# RUN conda info
# Get a copy of cq-cli from GitHub
RUN git clone https://github.com/CadQuery/cq-cli.git