fix gitpod configurations

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-09-19 11:48:18 +05:30
parent f00fe7af99
commit 5a8e6cba80
3 changed files with 16 additions and 15 deletions

View File

@@ -1,12 +1,9 @@
image:
file: Dockerfile
file: .gitpod.dockerfile
ports:
- port: 8888
visibility: public
onOpen: notify
workspaceLocation: xbasic
checkoutLocation: xbasic
onOpen: open-browser
tasks:
- init: |
export PATH="/home/gitpod/miniconda3/bin/:$PATH"
conda activate base
- command: conda activate base
- command: echo -e "\nalias jupyternb=\"jupyter notebook --NotebookApp.allow_origin=\'$(gp url 8888)\' --NotebookApp.token='' --NotebookApp.password=''\" >> ~/.bashrc