diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..e73f110 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +image: + file: Dockerfile +ports: + - port: 8888 + visibility: public + onOpen: notify +workspaceLocation: xbasic +checkoutLocation: xbasic +tasks: + - init: conda activate base