| build: | |
| system_packages: [] | |
| python_version: '3.10' | |
| cuda: 12.0.1 | |
| python_packages: | |
| - jupyterlab | |
| run: | |
| - sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended | |
| user: | |
| shell: zsh | |
| authorized_keys_path: /home/ubuntu/.ssh/authorized_keys | |
| ports: | |
| - '2222:22' | |
| services: | |
| - name: jupyter | |
| entrypoint: jupyter-lab --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.password='' | |
| ports: | |
| - '8888' | |