Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jul 21, 2023
1 parent 7a2e612 commit e3cf826
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions dataset-k8s-instructions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Explore and develop with a Jupyter Lab.

```sh
# Run a Jupyter Notebook.
docker run -it -e LOAD_DATA_PATH=/data/all.jsonl -v $(pwd)/data:/data -v $(pwd)/src:/dataset/src -p 8888:8888 dataset-k8s-instructions notebook.sh
docker run -it -v $(pwd)/data:/data -v $(pwd)/src:/content/src -p 8888:8888 dataset-k8s-instructions notebook.sh

# In another terminal: Open browser.
open http://localhost:8888
Expand All @@ -23,13 +23,4 @@ open http://localhost:8888

# Re-build the container if you changed anything.
docker build -t dataset-k8s-instructions .
```

Fetch data.

```sh
# Run training job.
docker run -e LOAD_DATA_PATH=/data/all.jsonl -v $(pwd)/data:/data -v $(pwd)/logs:/dataset/logs dataset-k8s-instructions load.sh

head data/*
```
```

0 comments on commit e3cf826

Please sign in to comment.