Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dallonasnes committed Oct 2, 2023
1 parent 7750105 commit c724f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y && \
apt install -y python3 python3-pip git htop vim

# Make sure you first recursively clone down the git repo before building
WORKDIR /app
RUN pip install quimb pyrofiler cartesian-explorer opt_einsum
RUN pip install --no-binary pynauty pynauty
RUN cd qtree && pip install .
RUN pip install .
# Run the below commands after the container opens - because volume hasn't mounted yet
# RUN cd qtree && pip install .
# RUN pip install .
RUN pip install pdbpp

ENTRYPOINT ["bash"]
2 changes: 0 additions & 2 deletions qtensor/TNAdapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def test_TNAdapter(cls):

# -- QTensor tensor adapter

import qtensor

class QTensorContractionInfo(ContractionInfo):
def __init__(self, peo, width):
self.peo = peo
Expand Down

0 comments on commit c724f66

Please sign in to comment.