Skip to content
Snippets Groups Projects
Commit a242545b authored by Andres Luhamaa's avatar Andres Luhamaa
Browse files

whitespace fix

parent 8f659030
No related branches found
No related tags found
No related merge requests found
...@@ -293,6 +293,9 @@ Resources: ...@@ -293,6 +293,9 @@ Resources:
- '30' - '30'
- --nthreads - --nthreads
- '2' - '2'
- --nprocs
- '1'
- --reconnect
Cpu: !Ref DaskWorkerCPU Cpu: !Ref DaskWorkerCPU
Essential: true Essential: true
Image: !Ref DaskImage Image: !Ref DaskImage
...@@ -512,7 +515,7 @@ Resources: ...@@ -512,7 +515,7 @@ Resources:
source activate daskpy3 source activate daskpy3
# conda install -c conda micromamba -y # conda install -c conda micromamba -y
#conda install -c conda pip -y #conda install -c conda pip -y
#conda install -c conda netcdf4 hdf5 basemap proj4 -y #conda install -c conda netcdf4 hdf5 basemap proj4 -y
#pip install botocore==1.35.36 aiobotocore==2.15.2 boto3==1.35.36 rechunker==0.5.2 ipykernel==6.29.5 dask==2024.10.0 distributed==2024.10.0 tornado==6.4.1 cloudpickle==3.0.0 blosc==1.10.2 numpy pandas lz4==4.3.3 xarray==2023.10.1 bokeh==3.4.0 s3fs==2024.3.1 fsspec==2024.3.1 h5netcdf==1.3.0 h5py==3.10.0 intake-esm==2024.2.6 intake==0.7.0 cartopy==0.22.0 icclim==7.0.0 ipywidgets==8.1.2 Jupyterlab_widgets==3.0.10 zarr==2.17.2 geopandas==0.14.4 shapely==2.0.4 nodejs #pip install botocore==1.35.36 aiobotocore==2.15.2 boto3==1.35.36 rechunker==0.5.2 ipykernel==6.29.5 dask==2024.10.0 distributed==2024.10.0 tornado==6.4.1 cloudpickle==3.0.0 blosc==1.10.2 numpy pandas lz4==4.3.3 xarray==2023.10.1 bokeh==3.4.0 s3fs==2024.3.1 fsspec==2024.3.1 h5netcdf==1.3.0 h5py==3.10.0 intake-esm==2024.2.6 intake==0.7.0 cartopy==0.22.0 icclim==7.0.0 ipywidgets==8.1.2 Jupyterlab_widgets==3.0.10 zarr==2.17.2 geopandas==0.14.4 shapely==2.0.4 nodejs
#python -m ipykernel install --user --name daskpy3 --display-name "conda_daskpy3" #python -m ipykernel install --user --name daskpy3 --display-name "conda_daskpy3"
#echo "\$(date) Updating Jupyter config options" #echo "\$(date) Updating Jupyter config options"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment