Skip to content

Commit

Permalink
changing pytorch-lightning version to 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednasserswe committed Nov 8, 2023
1 parent 8224cfb commit b22b803
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 @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN git clone https://github.com/facebookresearch/sscd-copy-detection.git
#RUN cd sscd-copy-detection && python -m pip install -r ./requirements.txt
RUN pip install pytorch-lightning==1.6
RUN pip install pytorch-lightning==1.5.10
RUN pip install lightning-bolts==0.4.0
RUN pip install classy_vision
RUN pip install torch
Expand Down

0 comments on commit b22b803

Please sign in to comment.