Skip to content

Commit e18d4dc

Browse files
committed
Fixed accidentally broken solidpython installation by inclusion in environment.yml file.
1 parent ab5f979 commit e18d4dc

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)