Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Mar 3, 2021
2 parents 0cbe92f + ddd2c1a commit 362305f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions libs/ecvl-toolkit.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN echo "\nBuilding ECVL library..." >&2 \
-D ECVL_WITH_DICOM=ON \
-D ECVL_BUILD_EDDL=ON \
-D ECVL_GPU=ON \
-D CMAKE_CUDA_STANDARD=14 \
-D CMAKE_CUDA_STANDARD_REQUIRED=TRUE \
.. \
&& make -j$(( $(nproc) < 24 ? $(nproc) : 24 )) \
&& echo "\n Installing ECVL library..." >&2 \
Expand Down
4 changes: 2 additions & 2 deletions settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ DOCKER_LOGIN_DONE=true
# ECVL repository
ECVL_REPOSITORY=https://github.com/deephealthproject/ecvl.git
ECVL_BRANCH=master
ECVL_REVISION=252a97e
ECVL_REVISION=ae8f9f3

# PyECVL
PYECVL_REPOSITORY=https://github.com/deephealthproject/pyecvl.git
PYECVL_BRANCH=master
PYECVL_REVISION=47dc026
PYECVL_REVISION=e6c59b3

# EDDL repository
EDDL_REPOSITORY=https://github.com/deephealthproject/eddl.git
Expand Down

0 comments on commit 362305f

Please sign in to comment.