Skip to content
Snippets Groups Projects

Forgot to line from template

parent dd3f6951
No related branches found
No related tags found
No related merge requests found
Pipeline #58832 failed
...@@ -46,6 +46,6 @@ RUN conda update -c defaults conda \ ...@@ -46,6 +46,6 @@ RUN conda update -c defaults conda \
&& bash && bash
RUN conda install -c conda-forge python=3.9 RUN conda install -c conda-forge python=3.9
RUN conda env update --file MSTpp_cuda.yml --prune && conda clean -y --all RUN conda env update --file segmentAnything.yml --prune && conda clean -y --all
RUN conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia RUN conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment