Skip to content

Commit

Permalink
install pytest into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying committed Nov 8, 2023
1 parent f1e2a8b commit a813233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN aws --version
RUN cd /tmp && wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && cd -
# Below packages are required by DistDGL as conda environment is not supported.
# We should remove them once DistDGL supports conda.
RUN pip3 install nose numpy cython scipy networkx matplotlib nltk
RUN pip3 install pytest nose numpy cython scipy networkx matplotlib nltk
RUN pip3 install requests[security] tqdm psutil pyyaml pydantic
RUN pip3 install pandas rdflib ogb filelock pyarrow
RUN pip3 install torch==1.13.1 torchvision torchaudio \
Expand Down

0 comments on commit a813233

Please sign in to comment.