Skip to content

Commit

Permalink
Networkx installation error fix
Browse files Browse the repository at this point in the history
#87
Newest version of Networkx only available for Python >3.9.
  • Loading branch information
yyagin committed Apr 5, 2024
1 parent ee9a155 commit 91d2a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.x64
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
git

# Install PyTorch
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
RUN pip3 install networkx==3.0 torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt

Expand Down

0 comments on commit 91d2a3d

Please sign in to comment.