Skip to content

Commit 656d306

Browse files
authored
Merge pull request #339 from hiddenSymmetries/docker_codes
Add PyQIC and PyQSC to docker
2 parents ca50fb0 + 67085e0 commit 656d306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/Dockerfile.ubuntu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ RUN /venv/bin/pip install vtk==9.2.6 pyqt5 matplotlib pyevtk plotly
5858
RUN /venv/bin/pip install mayavi
5959
RUN /venv/bin/pip install git+https://github.com/hiddenSymmetries/booz_xform
6060
RUN /venv/bin/pip install git+https://github.com/hiddenSymmetries/virtual-casing
61+
RUN /venv/bin/pip install git+https://github.com/rogeriojorge/pyQIC
62+
RUN /venv/bin/pip install git+https://github.com/landreman/pyQSC
6163

6264
ENV CI=True
6365
RUN git clone --recurse-submodules https://github.com/hiddenSymmetries/simsopt.git /src/simsopt && \

0 commit comments

Comments
 (0)