Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ ENV PATH /opt/conda/bin:$PATH

RUN conda install -c pytorch pytorch=0.4.1 cuda90

RUN pip install --upgrade pip
RUN pip install tqdm==4.9.0 &&\
pip install matplotlib==2.1.2
RUN pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir tqdm==4.9.0 &&\
pip install --no-cache-dir matplotlib==2.1.2

WORKDIR /workspace
RUN mkdir MultiHopKG
Expand Down