We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91eb2e8 commit ee17babCopy full SHA for ee17bab
docker/Dockerfile
@@ -23,8 +23,9 @@ RUN pip install mmsegmentation==0.14.1
23
24
# Install MMDetection3D requirements
25
RUN conda clean --all
26
-RUN git clone https://github.com/TuSimple/SST.git /sst
+RUN git clone https://github.com/tusen-ai/SST.git /sst
27
WORKDIR /sst
28
+RUN git checkout 8b795c40632c3868b091dc032fff7099c0d21bc5
29
RUN pip install llvmlite --ignore-installed
30
RUN pip install pyyaml --ignore-installed
31
RUN pip install -r requirements/build.txt
@@ -43,6 +44,8 @@ RUN pip install git+https://github.com/openai/CLIP.git
43
44
RUN pip install \
45
wandb \
46
pipenv \
- pytorch_lightning==1.6.2
47
+ pytorch_lightning==1.6.2
48
-RUN pip install --upgrade numpy
49
+RUN pip install "numpy<1.24.0"
50
+
51
+RUN pip install opencv-python==4.5.5.64
0 commit comments