-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create group and user within Dockerfile #39
Comments
The
When building this image logged into the And ultimately the build fails: The solution may be to implement a python environment within the container, as docmuented in issue#30 and Matt's dockerfile. |
This issue has been resolved (see version 0.2.5 of the package release, and the following Dockerfile). If it is determined that the approach could be improved or generalized, the issue can be re-opened. Dockerfile
|
In the parsl and Kubernetes workflow, the Dockerfile should contain a step that creates a user and group such that this user's permissions allow for
jcohen
to access the files after they are written to the persistent volume.Matt points to how he accomplished this in a Dockerfile here for the Scalable Computing Course that used the
included-crab
server andvirtualenv
for an environment manager.This code should be adapted for the same purpose on the
datateam
server.This is a sub-task towards the ultimate goal of issue#1
The text was updated successfully, but these errors were encountered: