You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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..
The documentation of configuring-dcache mentiones:
However, the updated
config.json
file is located on the local system andscp
command should be used to copy files. Also, the commandmkdir
only works on the platform.The text was updated successfully, but these errors were encountered: