From b22b803c2932a06363abf8f4be3f39cf3193a86c Mon Sep 17 00:00:00 2001 From: ahmednasserswe Date: Thu, 9 Nov 2023 00:25:33 +0100 Subject: [PATCH] changing `pytorch-lightning` version to `1.5.10` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcde342..411718c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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