Skip to content

Commit

Permalink
fix copying issue, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingers committed Dec 24, 2021
1 parent 079229f commit 49aa918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ You will also find several supporting directories and files for [Logstash](https
The following things must be done each time you create a new Gitpod Workspace (unfortunately, we can't automate this)

1. Fork this repository.
1. Launch a new Gitpod workspace based on this repository. This will automatically start OpenSearch and OpenSearch Dashboards
1. Launch a new Gitpod workspace based on this repository. This will automatically start OpenSearch and OpenSearch Dashboards.
1. Note: it can take a few minutes for OpenSearch and the dashboards to launch.
1. Install (create/copy) your Kaggle API token in `~/.kaggle/kaggle.json` (which is actually in `/workspace/kaggle/kaggle.json` so it is persisted.)
1. Run the download data script:

Expand Down
2 changes: 1 addition & 1 deletion gitpod-init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdir -p /workspace/pyenv
pyenv install 3.9.7
mv /home/gitpod/.pyenv/versions/3.9.7/ /workspace/pyenv/versions/
mv /home/gitpod/.pyenv/versions/3.9.7/ /workspace/pyenv/versions/3.9.7


mkdir -p /workspace/kaggle
Expand Down

0 comments on commit 49aa918

Please sign in to comment.