Skip to content

Commit 37cd60e

Browse files
committed
Merge branch 'master' into dev
2 parents b64d5b8 + e18d4dc commit 37cd60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ SHELL ["bash", "-lc"]
1515

1616
RUN conda activate myenv
1717

18-
RUN pip3 install solidpython
19-
2018
RUN echo "source activate myenv" >> ~/.bashrc
2119
ENV PATH /opt/conda/envs/myenv/bin:$PATH
2220

docker/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ dependencies:
2626
- numpy=1
2727
- scipy=1
2828
- cadquery
29+
- pip:
30+
- solidpython

0 commit comments

Comments
 (0)