Skip to content

Commit

Permalink
Merge pull request #627 from dkuegler/fix/build
Browse files Browse the repository at this point in the history
Update the docker build defaults
  • Loading branch information
dkuegler authored Jan 7, 2025
2 parents 065dbbb + 112de00 commit 63a3450
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Which miniforge file to download to install mamba
# from https://github.com/conda-forge/miniforge/releases/download/
# ${FORGE_VERSION}/Miniforge3-${FORGE_VERSION}-Linux-x86_64.sh
# - default: Miniforge3-23.11.0-0-Linux-x86_64.sh
# - default: Miniforge3-24.11.2-1-Linux-x86_64.sh

# DOCUMENTATION FOR TARGETS (use '--target <VALUE>'):
# To select which imaged will be tagged with '-t'
Expand Down Expand Up @@ -71,8 +71,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG PYTHON_VERSION=3.10
ARG FORGE_VERSION=24.3.0-0
ARG FORGE_VERSION=24.11.2-1

# Install conda
RUN wget --no-check-certificate -qO ~/miniforge.sh \
Expand Down
1 change: 0 additions & 1 deletion env/fastsurfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: fastsurfer

channels:
- conda-forge
- defaults

dependencies:
- h5py=3.11.0
Expand Down
1 change: 0 additions & 1 deletion env/fastsurfer_reconsurf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: fastsurfer_reconsurf

channels:
- defaults
- conda-forge

dependencies:
Expand Down

0 comments on commit 63a3450

Please sign in to comment.