From 9c92987433bd8a9ee56eef31975ed8612f77dbf6 Mon Sep 17 00:00:00 2001 From: Sarita Singh Date: Wed, 8 Sep 2021 18:26:00 +0530 Subject: [PATCH] Integrate gitpod to this project Signed-off-by: Sarita Singh --- .gitpod.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitpod.yml 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