Skip to content

Commit

Permalink
edited readme for new Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanacelii committed Feb 5, 2024
1 parent 0360f93 commit 2262718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --use-deprecated=legacy-resolver -r ./requirements.txt
python3 -m pip install -r ./requirements.txt
# pip3 install git+https://github.com/bacelii/datasci_tools.git
- name: Add any new modules
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Utility functions for mesh representation objects (like trimesh) and manipulatio
### Download Docker Image

```bash
docker pull celiib/mesh_tools:v3
docker pull celiib/mesh_tools:v4
```

### Run Docker Container (from CLI)
Expand All @@ -20,7 +20,7 @@ mkdir notebooks
docker container run -it \
-p 8890:8888 \
-v ./notebooks:/notebooks \
celiib/mesh_tools:v3
celiib/mesh_tools:v4
```

### Inside Docker Container Install Package
Expand Down

0 comments on commit 2262718

Please sign in to comment.