Skip to content

Commit

Permalink
Fix dockerfile and docs (#7)
Browse files Browse the repository at this point in the history
* fix cruft from bad git merge

* update todo list
  • Loading branch information
zachlipp authored Sep 18, 2024
1 parent f7ef102 commit c2e4550
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,4 @@ RUN python3 -m venv .venv && \
# TODO: Parametrize?
pip install -r neurovolume_deps.txt

<<<<<<< multi-stage-build
ENTRYPOINT ["sleep", "infinity"]
=======
ENV PYTHONPATH="/openvdb/build/openvdb/openvdb/python"

ENTRYPOINT [ "sleep", "infinity" ]
>>>>>>> main
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ To do so using [act](https://github.com/nektos/act):
- navigate to `openvdb_docker`
- run `act -j build`


# To Do
## Dev and Build
- [ ] Configure the Dev Container with Python
- [ ] Learn how to not copy Dev Container directories
- [ ] Multistage Build
- [x] Multistage Build
- [ ] Docker Compose File for developer experience
- [ ] Install VScode Python extension
- [ ] Install Jupyter Python extension
Expand Down

0 comments on commit c2e4550

Please sign in to comment.