File size: 485 Bytes
c52239f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
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'
|