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 16a4d55 commit 558740b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ ENV INPUT_FOLDER="/input" \

WORKDIR /home/${SC_USER_NAME}

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

# ------------------------------------------------------------------------------------
#TODO:
# Install runtime dependencies
Expand Down

0 comments on commit 558740b

Please sign in to comment.