Skip to content

Commit

Permalink
Create .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Sep 11, 2023
1 parent 02d7013 commit 2c7bc01
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: >
gp open README.md;
pip install -r "requirements.txt";
command: >
gp open README.md;
pip install -r "requirements.txt";
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 9000-9099
onOpen: ignore

# Install necessary packages
image:
file: .gitpod.dockerfile

vscode:
extensions:
- ms-toolsai.jupyter
- vscode.python

0 comments on commit 2c7bc01

Please sign in to comment.