Copy the following YAML file to dev.yaml and modify it to your needs:
Copy
resources: # 1x A10 GPU accelerators: A10:1envs: # set the environment variable MY_ENV_VAR to my-value MY_ENV_VAR: my-value# Copy the contents of the current directory onto the remote machineworkdir: .# Typical use: pip install -r requirements.txt# Invoked under the workdir (ie. can use its files)setup: | echo "Running setup operations"# Start a notebook on the machine (this will use port 8888)notebook: true