Skip to content

Commit

Permalink
Fix the Docker image (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Jun 28, 2023
1 parent 86fc99d commit d854cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM pennlinc/aslprep_build:main
# Install aslprep
COPY . /src/aslprep

ARG VERSION=0.4.1
ARG VERSION=0.0.1

# Force static versioning within container
RUN echo "${VERSION}" > /src/aslprep/aslprep/VERSION && \
echo "include aslprep/VERSION" >> /src/aslprep/MANIFEST.in \
echo "include aslprep/VERSION" >> /src/aslprep/MANIFEST.in && \
pip install --no-cache-dir "/src/aslprep[doc,maint,test]"

RUN find $HOME -type d -exec chmod go=u {} + && \
Expand Down

0 comments on commit d854cf3

Please sign in to comment.