Skip to content

Commit

Permalink
Fixed accidentally broken solidpython installation by inclusion in en…
Browse files Browse the repository at this point in the history
…vironment.yml file.
  • Loading branch information
joshreve committed Oct 19, 2021
1 parent ab5f979 commit e18d4dc
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 e18d4dc

Please sign in to comment.