Skip to content

Commit

Permalink
minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabettai committed Feb 12, 2024
1 parent 520bb83 commit a728ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot_scripts/boot_notebook.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "$INFO" " Workdir :$(pwd)"
echo "$INFO" "trust all notebooks in path..."
find "${NOTEBOOK_BASE_DIR}" -name '*.ipynb' -type f | xargs -I % /bin/bash -c 'jupyter trust "%" || true' || true

# Download axondeepseg models if not there yet
# Copy source code and models if not there yet
if [ ! -d "/home/${NB_USER}/work/workspace/axondeepseg/AxonDeepSeg/models" ]
then
echo "No AxonDeepSeg models in workspace, copying them and source code to workspace..."
Expand Down

0 comments on commit a728ca8

Please sign in to comment.