Skip to content

Commit

Permalink
Update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySrus committed May 28, 2022
1 parent 246448d commit 6600038
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ RUN apt-get update && \
RUN pip3 install --upgrade pip


RUN pip3 install torch==1.10 torchvision==0.11 torchaudio==0.10 --extra-index-url https://download.pytorch.org/whl/cu113

RUN pip3 install openmim
RUN mim install mmdet

COPY . /nenets_walsuses
WORKDIR /nenets_walsuses/
ENV PYTHONPATH=/nenets_walsuses

0 comments on commit 6600038

Please sign in to comment.