运行配置
路径映射中应当填写:本地项目目录到远程服务器上的docker中的项目目录
容器设置中指定显式指定容器启动命令行,而不是选择目录。否则会报出,包含无效字符错误:
如下:
10:56 Error running ‘1’: Cannot run the remote Python interpreter: create \home\usea\PaperCode\SySeVR\Implementation: \”\\home\\usea\\PaperCode\\SySeVR\\Implementation\” includes invalid characters for a local volume name, only \”[a-zA-Z0-9][a-zA-Z0-9_.-]\” are allowed. If you intended to pass a host directory, use absolute path。
容器设置中的配置
解释器中的配置:这个路径也必须对应容器中的路径。
