Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
QG-phy authored Jul 5, 2024
1 parent 26e2177 commit aaa6375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN source ~/.bashrc && \
conda create -n deeptb python=3.9 -c conda-forge -y && \
source activate deeptb && \
pip install torch==2.1.1 && \
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.1+cpu.html && \
cd ./DeePTB && \
pip install . && \
cd .. && \
Expand Down

0 comments on commit aaa6375

Please sign in to comment.