Skip to content

Commit

Permalink
Fixed erroneous references to picachooser
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 18, 2024
1 parent 9ef6990 commit e0080b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ RUN echo "GITDATE: "$GITDATE
COPY . /src/capcalc
RUN echo $GITVERSION > /src/capcalc/VERSION

# init and install picachooser
# init and install capcalc
RUN uv pip install --upgrade pip
RUN cd /src/capcalc && \
uv pip install .
RUN chmod -R a+r /src/capcalc

# install versioneer
RUN cd /src/picachooser && \
RUN cd /src/capcalc && \
versioneer install --no-vendor && \
rm -rf /src/picachooser/build /src/picachooser/dist
rm -rf /src/capcalc/build /src/capcalc/dist

# clean up
RUN pip cache purge
Expand Down Expand Up @@ -65,7 +65,7 @@ ENTRYPOINT ["/opt/miniforge3/envs/science/bin/capcalc_dispatcher"]

LABEL org.label-schema.build-date=$BUILD_TIME \
org.label-schema.name="capcalc" \
org.label-schema.description="capcalc - a set of tools for delay processing" \
org.label-schema.description="capcalc - coactivation pattern analysis software" \
org.label-schema.url="http://nirs-fmri.net" \
org.label-schema.vcs-ref=$GITVERSION \
org.label-schema.vcs-url="https://github.com/bbfrederick/capcalc" \
Expand Down

0 comments on commit e0080b8

Please sign in to comment.