Skip to content

Commit

Permalink
Add PyVista to container
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Dec 12, 2024
1 parent 7190e4a commit cee3a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ COPY requirements.txt .
RUN pip3 install --upgrade pip && \
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && \
pip3 install torch_geometric && \
pip3 install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.3.0+cpu.html && \
pip3 install -r requirements.txt
pip3 install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.5.0+cpu.html
RUN pip3 install -r requirements.txt

ENV PYTHONPATH=/app

Expand Down

0 comments on commit cee3a4d

Please sign in to comment.