mirror of
https://github.com/avinal/xeus-basic.git
synced 2026-01-10 07:08:35 +05:30
13 lines
242 B
YAML
13 lines
242 B
YAML
image:
|
|
file: Dockerfile
|
|
ports:
|
|
- port: 8888
|
|
visibility: public
|
|
onOpen: notify
|
|
workspaceLocation: xbasic
|
|
checkoutLocation: xbasic
|
|
tasks:
|
|
- init: |
|
|
export PATH="/home/gitpod/miniconda3/bin/:$PATH"
|
|
conda activate base
|