Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

5
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

can 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;
if no file is provided - the environment is not created

Info

The #1-#4 files must be named as instructed. They are used as a base for the application run.

...