Skip to content

Commit

Permalink
Fix path to hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Jul 5, 2023
1 parent d19e8da commit e232b28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/3.5/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ export PATH=${MUSIC_PATH}/bin:$PATH
export CPATH=${MUSIC_PATH}/include:$CPATH
export PYTHONPATH=${MUSIC_PATH}/lib/python3.8/site-packages:$PYTHONPATH

export PATH="$PATH:/opt/hdf5"


MODE="${NEST_CONTAINER_MODE:-$1}"

if [[ "${MODE}" = 'interactive' ]]; then
read -p "Your python script: " name
echo Starting: $name
Expand Down

0 comments on commit e232b28

Please sign in to comment.