Skip to content

Commit a8c1b9c

Browse files
authored
Create .gitpod.yml
1 parent 4a507cb commit a8c1b9c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitpod.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
gp open README.md;
8+
pip install -r "requirements.txt";
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

Comments
 (0)