Skip to content

Commit

Permalink
replace npm with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
svdarren committed Dec 24, 2019
1 parent 425e75c commit 8bae5a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8,758 deletions.
7 changes: 5 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ USER gitpod
# sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/42_config_docker/
RUN npm update -g


RUN (cd /tmp; curl -O https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh)
RUN bash /tmp/Anaconda3-2019.10-Linux-x86_64.sh
RUN eval "$(/home/gitpod/anaconda3/bin/conda shell.bash hook)"
RUN conda init
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ github:
tasks:
- command: git config --global user.email $GIT_COMMITTER_EMAIL
#- init: npm update -g && npm install netlify-cli -g && npm install netlify-lambda -g && npm install # runs during prebuild
- init: npm install # runs during prebuild
command: npm start
#- init: npm install # runs during prebuild
# command: npm start
# - command: echo "Hello, World!"" # commands aren't processing while server is running
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# functions-template
Template repo for making AWS Lambda functions, hosted using Netlify.
Template repo for making Jupyter Notebooks in Anaconda

Go to the [GitHub wiki](https://github.com/svdarren/functions-template/wiki) for more background.

Loading

0 comments on commit 8bae5a8

Please sign in to comment.