-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update env vars in rocks #61
Conversation
#54 Summary of changes: - Updated environments in all Jupyter notebook server ROCKs to omit envirtonmen variables that need to be set in the Pod environment. Added comment indicating this. - Updated command to expand environment variables.
…update-env-vars-in-rocks
Summary of changes: - Set HOME environment variable and sync it with working-dir - Updated version field to include dashes.
Hi @i-chvets |
Tested with the test ROCK image pushed to registry: https://hub.docker.com/r/charmedkubeflow/jupyter-pytorch-full-test/tags @NohaIhab Could you verify on your end with the above ROCK image. |
Confirming the above, the published rock |
Description
There was an issue discovered with latest ROCKs that incorrectly stored notebooks: canonical/notebook-operators#312
In order to resolve the issue environment variable HOME needs to be set properly.
Summary of changes: