我正在使用vscode studio中的docker容器,但我无法在vscode studio中打开图像(png/jpg/任何其他图像格式)。有什么分机吗?我缺少集装箱吗?我怎样才能看到图像?
这是我经常犯的错误
cannot open
docker://ab3e3b80169f48c1207ff7834e6ece2de654f32980944eeb0c211f3f70978f5f/home/farah/heart_ct/knight/data/knu/mml/cross_validation_code/CAC_colored_CT_image/18/CNN2/001.jpg?fileType%3Dfile%26containerOS%3Dlinux%26path%3D%252Fhome%252Ffarah%252Fheart_ct%252Fknight%252Fdata%252Fknu%252Fmml%252Fcross_validation_code%252FCAC_colored_CT_image%252F18%252FCNN2%252F001.jpg. Detail: File seems to be binary and cannot be opened as text我使用以下语句创建了我的对接者映像
FROM mirasysindia/pytorch1.7-cuda11.0-py3.8-opencv4.2:latest
RUN apt-get update && apt-get install
RUN apt-get update && apt-get install -y vim && apt-get install -y screen && apt-get install -y ssh
RUN apt-get install -y curl && apt-get install -y build-essential
RUN apt-get install -y libgl1-mesa-glx && apt-get install -y libgtk2.0-dev
RUN apt-get install htop
RUN apt-get update \
&& apt-get install -y git
WORKDIR /home/farah/我主要是用vim来编写代码。
发布于 2022-05-24 08:54:05
很明显,坞扩展名无法打开文件,我也尝试了其他扩展名。所以你只需右击图片就可以下载。
https://stackoverflow.com/questions/72359445
复制相似问题