Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

julesghub
Copy link

Updated instructions to "Create your own Docker Container with PyVista"

Overview

Updating the instructions to build a Docker Container. I found the previous instructions out of date with the repository './docker/README.md'. This should address the fix and mean readthedocs is functional again (not requiring a further dive into the repository)

Details

Previous instruction were failing because no pyvist tarball was being built and couldn't be found, thus the docker build failed.

Updated instructions to "Create your own Docker Container with PyVista"
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.40%. Comparing base (a6f911b) to head (7d92461).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7814   +/-   ##
=======================================
  Coverage   96.40%   96.40%           
=======================================
  Files         150      150           
  Lines       32656    32656           
  Branches     4114     4114           
=======================================
  Hits        31482    31482           
  Misses        570      570           
  Partials      604      604           

Forgot to cd into directory.
Comment on lines +46 to +49
pip install build
python -m build --sdist
IMAGE=my-pyvista-jupyterlab
docker build -t $IMAGE -f docker/jupyter.Dockerfile .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@banesullivan, you made this.

If tit's necessary to build the sdist here? If this is necessary, shouldn't it be in Dockerfile?

@user27182 user27182 added the documentation Anything related to the documentation/website label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Anything related to the documentation/website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants