RS-DAT / JupyterDaskOnSLURM

Apache License 2.0
16 stars 3 forks source link

Fix documentation of configuring-dcache #78

Open SarahAlidoost opened 3 months ago

SarahAlidoost commented 3 months ago

The documentation of configuring-dcache mentiones:

on the platform:

mkdir -p ~/.config/fsspec
cp ./config/fsspec/config.json ~/.config/fsspec/

However, the updated config.json file is located on the local system and scp command should be used to copy files. Also, the command mkdir only works on the platform.

fnattino commented 2 months ago

As commented in #77, we could then maybe moving towards specifying all these parameters via environment variables? This way we would not need to bother about this sort of issues..