Skip to content

Commit

Permalink
Merge pull request #58 from coecms/revert_bokeh
Browse files Browse the repository at this point in the history
Revert bokeh to 3.2.2 to fix dask dashboard. Remove incorrect quotes …
  • Loading branch information
dsroberts committed Nov 29, 2023
2 parents 17722a2 + ca02c87 commit 7770e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
- windspharm
- python-cdo
- arm_pyart
- bokeh!=3.0.*,>=2.4.2 ### Dask needs bokeh!=3.0.*,>=2.4.2 for the dashboard.
- bokeh<3.3.0 ### https://github.com/dask/distributed/issues/8333
- datashader
- f90nml
- wrf-python
Expand Down
2 changes: 1 addition & 1 deletion scripts/launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ for bind_dir in "${bind_dirs[@]}"; do
done
bind_str=${bind_str%,}

"$SINGULARITY_BINARY_PATH" -s exec --bind "${bind_str}" "${overlay_args}" "${CONTAINER_PATH}" "${cmd_to_run[@]}"
"$SINGULARITY_BINARY_PATH" -s exec --bind "${bind_str}" ${overlay_args} "${CONTAINER_PATH}" "${cmd_to_run[@]}"

0 comments on commit 7770e07

Please sign in to comment.