Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Fix docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Oct 10, 2024
1 parent 16570d2 commit ddf5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_wetlands/etc/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash --login
set -e
conda activate wetlands_notebook
conda activate NISAR_EA_Workshop_2024_10
exec python -um hyp3_wetlands "$@"

0 comments on commit ddf5f2a

Please sign in to comment.