Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#775 from thewtex/minimal…
Browse files Browse the repository at this point in the history
…-path-extraction

Minimal path extraction
  • Loading branch information
thewtex authored Feb 28, 2023
2 parents bbd829a + 3e497ad commit f483a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LABEL org.opencontainers.image.source="https://github.com/InsightSoftwareConsort

WORKDIR /

# tag commit date: 2023-01-15 branch: itkwasm-2023-01-15-f42c10a20f
ENV ITK_GIT_TAG ac81a832aa611aa82980e03158bc257611e4f73b
# tag commit date: 2023-01-15 branch: itkwasm-2023-01-15-f42c10a20f-1
ENV ITK_GIT_TAG 81c92fca86e0fbcffcd48cad03b805d0fd6667f2
RUN git clone https://github.com/KitwareMedical/ITK.git && \
cd ITK && \
git checkout ${ITK_GIT_TAG} && \
Expand Down Expand Up @@ -54,8 +54,9 @@ RUN mkdir ITK-build && \
-DModule_IOFDF:BOOL=ON \
-DModule_ITKDCMTK:BOOL=ON \
-DModule_ITKImageFunction:BOOL=ON \
-DModule_SmoothingRecursiveYvvGaussianFilter:BOOL=ON \
-DModule_MinimalPathExtraction:BOOL=ON \
-DModule_MorphologicalContourInterpolation:BOOL=ON \
-DModule_SmoothingRecursiveYvvGaussianFilter:BOOL=ON \
-DModule_Cuberille:BOOL=ON \
-DModule_TotalVariation:BOOL=ON \
-DModule_IOMeshSTL:BOOL=ON \
Expand Down
2 changes: 1 addition & 1 deletion src/itk-wasm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import typescriptBindgen from './bindgen/typescript.js'
const program = new Command()

// Array of types that will require an import from itk-wasm
const defaultImageTag = '20230224-5c51e47b'
const defaultImageTag = '20230228-69d0e594'

function processCommonOptions(wasiDefault=false) {
const options = program.opts()
Expand Down

0 comments on commit f483a3d

Please sign in to comment.