Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make volume mounting more configureable #6

Open
blumenstiel opened this issue Nov 23, 2023 · 0 comments
Open

Make volume mounting more configureable #6

blumenstiel opened this issue Nov 23, 2023 · 0 comments

Comments

@blumenstiel
Copy link
Collaborator

Currently, the env variable CLAIMED_DATA_PATH is mounted to data in the python working directory.

First, this does not work for R scripts because of the different working directory.

Second, users might want to mount different dirs that do not contain data, e.g. models or output.

Therefore, it would be easier to make it configureable similar to docker:

-v `pwd`/data:/home/docker/data -v `pwd`/model:/home/docker/model -v `pwd`/output:/home/docker/output

We might want to automate the different working dirs in Python and R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant