我正在尝试使用来自自定义docker映像的jupyter,但是当我运行它时,出现此错误:
FB.AppRequest()
DOCKERFILE如下:
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: container 342077588ddb51ca509982cece776c704701999530f4cc5519ec218d1461b1fe encountered an error during Start: failure in a Windows system call: The virtual machine or container exited unexpectedly. (0xc0370106).
操作系统:Windows 10
Docker版本:
FROM python AS python-test
RUN pip install jupyter
RUN pip install numpy
RUN mkdir -p /notebooks
EXPOSE 8888
VOLUME E:/notebooks
#RUN ["jupyter notebook"]