Skip to content

Commit

Permalink
Trying with user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Jun 25, 2024
1 parent 111b428 commit 3606790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ WORKDIR /home/gns
COPY requirements.txt .

RUN pip3 install --upgrade pip
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
RUN pip3 install torch_geometric
RUN pip3 install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.3.1+cpu.html
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --user
RUN pip3 install torch_geometric --user
RUN 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 --user
RUN pip3 install -r requirements.txt

CMD ["/bin/bash"]

0 comments on commit 3606790

Please sign in to comment.