We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a507cb commit a8c1b9cCopy full SHA for a8c1b9c
.gitpod.yml
@@ -0,0 +1,21 @@
1
+# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
2
+tasks:
3
+ - init: >
4
+ gp open README.md;
5
+ pip install -r "requirements.txt";
6
+ command: >
7
8
9
+# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
10
+ports:
11
+ - port: 9000-9099
12
+ onOpen: ignore
13
+
14
+# Install necessary packages
15
+image:
16
+ file: .gitpod.dockerfile
17
18
+vscode:
19
+ extensions:
20
+ - ms-toolsai.jupyter
21
+ - vscode.python
0 commit comments