...
1 | instance.txt | properties for the VM machine (name, size, root path, etc) (see Instance) | |||
2 | env.yml | anaconda environment file | 3 | requirements.txt | environment requirements (for pip/anaconda install) (see Requirements) |
43 | commands.txt | a list of commands to be executed as part of your application run process | 5can be left empty as well (if you chose to SSH on the VM and run your own processes from the project`s scope) | ||
4 | your jupyter/python/application files | the jupyter notebook content of your application (in python, jupyter notebooks, etc) | |||
5 | env.yml | (optional) anaconda environment file; |
Info |
---|
The #1-#4 files must be named as instructed. They are used as a base for the application run. |
...