Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreve committed Oct 23, 2021
2 parents b64d5b8 + e18d4dc commit 37cd60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ SHELL ["bash", "-lc"]

RUN conda activate myenv

RUN pip3 install solidpython

RUN echo "source activate myenv" >> ~/.bashrc
ENV PATH /opt/conda/envs/myenv/bin:$PATH

Expand Down
2 changes: 2 additions & 0 deletions docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ dependencies:
- numpy=1
- scipy=1
- cadquery
- pip:
- solidpython

0 comments on commit 37cd60e

Please sign in to comment.