Skip to content

Commit

Permalink
Merge pull request #94 from yyagin/main
Browse files Browse the repository at this point in the history
Networkx installation error fix
  • Loading branch information
mktk1117 committed Apr 24, 2024
2 parents ee9a155 + dd3d9a2 commit 9617d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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,9 +16,9 @@ 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
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

# Install other Python packages
RUN pip3 install cupy-cuda11x scikit-learn
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ simple-parsing
scikit-image==0.19
matplotlib
catkin-tools
networkx==3.0
# cupy

###### Requirements with Version Specifiers ######`
Expand Down

0 comments on commit 9617d84

Please sign in to comment.