From dfb0be6b09c9f5785fffd447f4d1c61cc5ed3f05 Mon Sep 17 00:00:00 2001 From: "Thirgood, Christopher T (PG/R - Comp Sci & Elec Eng)" <ct00659@surrey.ac.uk> Date: Wed, 15 Nov 2023 13:54:50 +0000 Subject: [PATCH] Permissions error with removed line? --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68f16c1..12b3a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,8 +67,8 @@ SHELL ["conda", "run", "-n", "segment_anything_env", "/bin/bash", "-c"] RUN pip install setuptools==60.9.3 && \ git clone https://github.com/facebookresearch/segment-anything.git && \ cd segment-anything && pip install -e . && \ - conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch && \ - pip install opencv-python pycocotools matplotlib onnxruntime onnx + conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch +#pip install opencv-python pycocotools matplotlib onnxruntime onnx #conda install pytorch torchvision torchaudio cudatoolkit=11.2 -c pytorch -c nvidia #conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch -- GitLab