Add trobleshooting notes for devcontainer (#687)

This commit is contained in:
qiuqiua
2023-07-31 16:24:37 +08:00
committed by GitHub
parent 12ecf89a87
commit 1647970fb6
5 changed files with 104 additions and 0 deletions

3
.devcontainer/noop.txt Normal file
View File

@@ -0,0 +1,3 @@
This file copied into the container along with environment.yml* from the parent
folder. This file is included to prevents the Dockerfile COPY instruction from
failing if no environment.yml is found.