Skip to content

Commit

Permalink
Merge pull request #285 from fusion-energy/fix-docker-base-image
Browse files Browse the repository at this point in the history
added xml clean package
  • Loading branch information
shimwell authored Jun 6, 2024
2 parents 3d12087 + ee4e595 commit b79dc97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ RUN pip install neutronics_material_maker[density] \
openmc_plot \
dagmc_geometry_slice_plotter \
"cad_to_dagmc>=0.5.0" \
paramak
paramak \
# 6.5.3-5 nbconvert is needed to avoid an error and that requires trixie debian OS
# https://salsa.debian.org/python-team/packages/nbconvert/-/tags
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068349
lxml[html_clean]

# openmc-plasma-source needs main branch to work with openmc develop, currently unreleased
RUN pip install git+https://github.com/fusion-energy/openmc-plasma-source
Expand Down

0 comments on commit b79dc97

Please sign in to comment.