import data #6
-
I can only browse inside the users Directory for data import. If I try to go one level up I get For space and security reasons It would be good, Is that possible ? What do I need to configure. thanks Florian |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Florian, since nextPYP runs inside of a Singularity/Apptainer container, by default, no files from outside of the container will be visible once inside the application. To make files visible, you need to bind the directories containing those files into the container using the Depending on what you want to make visible, it looks like you will need to add something like the following to your configuration file:
For the change to take effect, you will need to restart nextPYP. |
Beta Was this translation helpful? Give feedback.
-
Hi, I always encountered the internal server error on the top right corner when I import raw tutorial data, ![]() Thanks, |
Beta Was this translation helpful? Give feedback.
-
micromon.txt Thanks |
Beta Was this translation helpful? Give feedback.
Florian, since nextPYP runs inside of a Singularity/Apptainer container, by default, no files from outside of the container will be visible once inside the application. To make files visible, you need to bind the directories containing those files into the container using the
binds
parameter in the[pyp]
section of theconfig.toml
configuration file. This is explained in Step 5 of the installation.Depending on what you want to make visible, it looks like you will need to add something like the following to your configuration file:
For the change to take effect, you will need to restart nextPYP.