Skip to content

import data #6

Answered by abartesaghi
FlorianBeckOle asked this question in Q&A
Nov 6, 2023 · 3 comments · 11 replies
Discussion options

You must be logged in to vote

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 the config.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:

[pyp]
binds = [ '/data' ]

For the change to take effect, you will need to restart nextPYP.

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
2 replies
@FlorianBeckOle
Comment options

@kexinliu0001
Comment options

Answer selected by abartesaghi
Comment options

You must be logged in to vote
1 reply
@cuchaz
Comment options

Comment options

You must be logged in to vote
8 replies
@cuchaz
Comment options

@yuhx47
Comment options

@cuchaz
Comment options

@yuhx47
Comment options

@cuchaz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants