Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neurogarg authored Aug 11, 2024
1 parent 558740b commit bb806c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ENV INPUT_FOLDER="/input" \

WORKDIR /home/${SC_USER_NAME}

# copy lib for python packages, bin for axondeepseg binaries, and build for AxonDeepSeg source
# copy lib for python packages
COPY --from=build --chown=${SC_USER_NAME}:${SC_USER_NAME} /usr/local/lib /usr/local/lib

# ------------------------------------------------------------------------------------
Expand Down

0 comments on commit bb806c1

Please sign in to comment.