czk32611 commited on
Commit
723a3ee
1 Parent(s): 3d68748

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -34,7 +34,8 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
34
  && echo "source activate musev" >> ~/.bashrc \
35
  && conda activate musev \
36
  && conda env list
37
- && pip install -r requirements.txt \
 
38
  && pip install --no-cache-dir -U openmim \
39
  && mim install mmengine \
40
  && mim install "mmcv>=2.0.1" \
 
34
  && echo "source activate musev" >> ~/.bashrc \
35
  && conda activate musev \
36
  && conda env list
37
+
38
+ RUN pip install -r requirements.txt \
39
  && pip install --no-cache-dir -U openmim \
40
  && mim install mmengine \
41
  && mim install "mmcv>=2.0.1" \